-
Notifications
You must be signed in to change notification settings - Fork 2
github ssh problem
amao edited this page Aug 23, 2017
·
2 revisions
$ ssh -vT -p 443 git@ssh.github.com Hi xxx! You've successfully authenticated, but GitHub does not provide shell access.
$ sudo vim ~/.ssh/config
Host github.com
Hostname ssh.github.com
Port 443
$ ssh -T git@github.com Hi xxx! You've successfully authenticated, but GitHub does not provide shell access.