ssh on 443

Some Examples

Host github.com
  Hostname ssh.github.com
  Port 443
  User git
  
Host gitlab.com
  Hostname altssh.gitlab.com
  Port 443
  User git
  
Host bitbucket.org
  Hostname altssh.bitbucket.org
  Port 443
  User git

Notice

Git on Windwos uses a different config file. It lays on <GIT_INSTALL_DIR>/etc/ssh/ssh_config.
You need to config in file above.

posted @ 2023-02-27 13:47  Eroko  阅读(22)  评论(0)    收藏  举报