Wednesday, August 14, 2019

How to test SSH connection keys added in Bitbucket or GitHub?

How to test SSH connection keys added in Bitbucket or GitHub?

BitBucket
ssh -T git@bitbucket.org
logged in as <user_name>

You can use git or hg to connect to Bitbucket. Shell access is disabled

GitHub
ssh -T git@github.com
Hi <user-name>! You've successfully authenticated, but GitHub does not provide shell access.



No comments:

Post a Comment