Skip to content

Instantly share code, notes, and snippets.

@prichter
Created September 22, 2013 10:58
Show Gist options
  • Save prichter/6658886 to your computer and use it in GitHub Desktop.
Save prichter/6658886 to your computer and use it in GitHub Desktop.
Check rsa key generation and upload to bitbucket has been successful
$ ssh -i computername_bitbucket git@bitbucket.org
[Fill in the key password when prompted]
The authenticity of host 'bitbucket.org (131.103.20.168)' can't be established.
RSA key fingerprint is aa:bb:cc:...
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'bitbucket.org,1.13.1.1' (RSA) to the list of known hosts.
Identity added: computername_bitbucket (computername_bitbucket)
PTY allocation request failed on channel 0
logged in as paul@vtsw.
You can use git or hg to connect to Bitbucket. Shell access is disabled.
Connection to bitbucket.org closed.
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment