Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

johndoee's avatar

How connect Localhost by SSH Putty

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 .

connection refuse happen

How can join localhost ssh server

0 likes
7 replies
siangboon's avatar

SSH port usually is 22.

but before that, you have to ensure you have a server running and enabled the SSH service and the firewall is opened for listening to port 22

1 like
siangboon's avatar

@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...

2 likes
sr57's avatar

How can join localhost ssh server?

Does ssh server is running on your host?

It' mandatory to install and run bitgo SDK

1 like
jlrdw's avatar

@kyawswar What do you mean connect ssh server on localhost?

You use ssh on production server.

1 like
siangboon's avatar

@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???

Please or to participate in this conversation.