About Checking your SSH Connection to GitHub or Bitbucket

You can check if your SSH connection to Github or Bitbucket is set up correctly with these shell commands:

1
2
$ ssh -T git@github.com
$ ssh -T git@bitbucket.com

Tips and Tricks Dev Ops Development Bash Zsh Git SSH