这篇文章是在https://zhuanlan.zhihu.com/p/521340971 看到的,在linux上亲测可用
- 编辑~/.ssh/config文件
vim ~/.ssh/config
# 添加以下内容
Host github.com
HostName ssh.github.com
Port 443
- 验证是否成功
ssh -T [email protected]
# 成功的话会出现以下内容
Hi dwpeng! You've successfully authenticated, but GitHub does not provide shell access.