IT:AD:SSH:HowTo:Test a Connection
Process
- After installing Git properly (ensuring PATH and HOME IT:AD:Environment Variables are updated):
- After ensuring SSH is available:
- After determining if you have keys or not:
- After ensuring you have a created key pairs if need be:
- After registering the key pairs if need be:
- After configuring the relationship between a host url and the key:
- The following should work:
ssh -T git@bitbucket.org
ssh -Tv git@github.com
ssh -Tv account@account.visualstudio.com