Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #ssh #connect #host #port #Connection #timed
ADD COMMENT
Topic
Name
4+3 =