Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

connect to host gitlab.com port 22: Connection refused deploy key

# ~/.ssh/config
Host gitlab.com
  Hostname altssh.gitlab.com
  User git
  Port 443
  PreferredAuthentications publickey
  IdentityFile ~/.ssh/gitlab
Source by about.gitlab.com #
 
PREVIOUS NEXT
Tagged: #connect #host #port #Connection #refused #deploy #key
ADD COMMENT
Topic
Name
1+5 =