Answers for "ssh connect to host bitbucket.org port 22: Connection timed out"

1

ssh connect to host bitbucket.org port 22: Connection timed out

Use your favorite terminal
vim ~/.ssh/config

Add these lines and save it.

Host bitbucket.org
Hostname  altssh.bitbucket.org
Port  443
Posted by: Guest on January-12-2021

Code answers related to "ssh connect to host bitbucket.org port 22: Connection timed out"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language