Hi I am having an issue finalising my installation regarding ssh setup. I have completed the initial guide and the troubleshooting guide http://help.github.com/troubleshooting-ssh/ but I cannot resolve the issue.
It seems odd because my output shows my key being accepted but then ultimately rejected. Nt sure what is happening. fam...@renshaw-32fb97d ~/.ssh $ ssh g...@github.com The authenticity of host 'github.com (207.97.227.239)' can't be established. RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b: 56:4d:eb:df:a6:48. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'github.com,207.97.227.239' (RSA) to the list of known hosts. Permission denied (publickey). fam...@renshaw-32fb97d ~/.ssh $ ssh -v g...@github.com OpenSSH_4.6p1, OpenSSL 0.9.8e 23 Feb 2007 debug1: Connecting to github.com [207.97.227.239] port 22. debug1: Connection established. debug1: identity file /c/Documents and Settings/Family/.ssh/identity type -1 debug1: identity file /c/Documents and Settings/Family/.ssh/id_rsa type 1 debug1: identity file /c/Documents and Settings/Family/.ssh/id_dsa type -1 debug1: Remote protocol version 2.0, remote software version OpenSSH_5.1p1 Debian-5github2 debug1: match: OpenSSH_5.1p1 Debian-5github2 pat OpenSSH* debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_4.6 debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: kex: server->client aes128-cbc hmac-md5 none debug1: kex: client->server aes128-cbc hmac-md5 none debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP debug1: SSH2_MSG_KEX_DH_GEX_INIT sent debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY debug1: Host 'github.com' is known and matches the RSA host key. debug1: Found key in /c/Documents and Settings/Family/.ssh/known_hosts: 2 debug1: ssh_rsa_verify: signature correct debug1: SSH2_MSG_NEWKEYS sent debug1: expecting SSH2_MSG_NEWKEYS debug1: SSH2_MSG_NEWKEYS received debug1: SSH2_MSG_SERVICE_REQUEST sent debug1: SSH2_MSG_SERVICE_ACCEPT received debug1: Authentications that can continue: publickey debug1: Next authentication method: publickey debug1: Trying private key: /c/Documents and Settings/Family/.ssh/ identity debug1: Offering public key: /c/Documents and Settings/Family/.ssh/ id_rsa debug1: Authentications that can continue: publickey debug1: Trying private key: /c/Documents and Settings/Family/.ssh/ id_dsa debug1: No more authentication methods to try. Permission denied (publickey). fam...@renshaw-32fb97d ~/.ssh $ ssh-add path/to/key Could not open a connection to your authentication agent. fam...@renshaw-32fb97d ~/.ssh $ ssh-add C:\Documents and Settings\Family\.ssh\id_rsa Could not open a connection to your authentication agent. fam...@renshaw-32fb97d ~/.ssh $ ssh-add ~\.ssh\id_rsa Could not open a connection to your authentication agent. fam...@renshaw-32fb97d ~/.ssh $ ssh-keygen -t dsa Generating public/private dsa key pair. Enter file in which to save the key (/c/Documents and Settings/ Family/.ssh/id_dsa): Enter passphrase (empty for no passphrase): Enter same passphrase again: Your identification has been saved in /c/Documents and Settings/ Family/.ssh/id_dsa. Your public key has been saved in /c/Documents and Settings/ Family/.ssh/id_dsa.pub. The key fingerprint is: 68:60:5c:dd:1c:2e:62:28:8a:cf:bd:11:c7:99:3a:9e fam...@renshaw-32fb97d fam...@renshaw-32fb97d ~/.ssh $ ssh g...@github.com Permission denied (publickey). fam...@renshaw-32fb97d ~/.ssh $ ssh-add ~\.ssh\id_rsa Could not open a connection to your authentication agent. fam...@renshaw-32fb97d ~/.ssh $ ssh g...@github.com Permission denied (publickey). fam...@renshaw-32fb97d ~/.ssh $ ssh -v g...@github.com OpenSSH_4.6p1, OpenSSL 0.9.8e 23 Feb 2007 debug1: Connecting to github.com [207.97.227.239] port 22. debug1: Connection established. debug1: identity file /c/Documents and Settings/Family/.ssh/identity type -1 debug1: identity file /c/Documents and Settings/Family/.ssh/id_rsa type 1 debug1: identity file /c/Documents and Settings/Family/.ssh/id_dsa type 2 debug1: Remote protocol version 2.0, remote software version OpenSSH_5.1p1 Debian-5github2 debug1: match: OpenSSH_5.1p1 Debian-5github2 pat OpenSSH* debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_4.6 debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: kex: server->client aes128-cbc hmac-md5 none debug1: kex: client->server aes128-cbc hmac-md5 none debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP debug1: SSH2_MSG_KEX_DH_GEX_INIT sent debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY debug1: Host 'github.com' is known and matches the RSA host key. debug1: Found key in /c/Documents and Settings/Family/.ssh/known_hosts: 2 debug1: ssh_rsa_verify: signature correct debug1: SSH2_MSG_NEWKEYS sent debug1: expecting SSH2_MSG_NEWKEYS debug1: SSH2_MSG_NEWKEYS received debug1: SSH2_MSG_SERVICE_REQUEST sent debug1: SSH2_MSG_SERVICE_ACCEPT received debug1: Authentications that can continue: publickey debug1: Next authentication method: publickey debug1: Trying private key: /c/Documents and Settings/Family/.ssh/ identity debug1: Offering public key: /c/Documents and Settings/Family/.ssh/ id_rsa debug1: Authentications that can continue: publickey debug1: Offering public key: /c/Documents and Settings/Family/.ssh/ id_dsa debug1: Authentications that can continue: publickey debug1: No more authentication methods to try. Permission denied (publickey). fam...@renshaw-32fb97d ~/.ssh $ -- You received this message because you are subscribed to the Google Groups "GitHub" group. To post to this group, send email to git...@googlegroups.com. To unsubscribe from this group, send email to github+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/github?hl=en.