This is what I tried to do ten times today without success:
- make a key with ssh-keygen.
- open ~/.ssh/id_rsa.pub with Gedit or Notepad++ and copy the contents.
- Go to account settings on github.com
- Go to SSH Keys
- Click on the Add Key button.
- give the key a title
- paste the key into the key box.
- Save the key (enter my github password to verify).
Then, I run '$ ssh -vT git@github.com' in cygwin, but it always hang on there. Here is the output:
$ ssh -vT git@github.com
OpenSSH_6.0p1, OpenSSL 1.0.1c 10 May 2012
debug1: Reading configuration data /home/eason.wu/.ssh/config
debug1: /home/eason.wu/.ssh/config line 1: Applying options for github.com
debug1: Reading configuration data /etc/ssh_config
debug1: Connecting to github.com [207.97.227.239] port 22.
debug1: Connection established.
debug1: identity file /home/eason.wu/.ssh/id_rsa type 1
debug1: identity file /home/eason.wu/.ssh/id_rsa-cert type -1
Does any one meet this problem, any solution will be appreciated