I need to use bitgo SDK for payment integration in laravel.
one document show it need to install Bitgo SDK by ssh server.
So I try to join localhost by ssh in window.
open xampp server and
open Putty.
enter Host name - 127.0.0.1
port - 80
and join .
@kyawswar I think you may confusing yourself...
I have not use Bitgo before... but I guess that installing bitgo SDK and SSH to a server is 2 different things,
I meant SSH usually used to terminal access to the another remote server... if you are already in local server, there is no reason to SSH to localhost anymore, just simply install... or, another situation is you have a Linux server (either through docker or other virtual machine way) installed on top of your local Windows system then you only may need to SSH into that server to install your bitgo sdk there...
@kyawswar To SSH, you need to have a server running and listening to SSH service, in your case, ssh to the server from your localhost (as you ssh to 127.0.0.1), do you have the server install and ready at your localhost???