Hi all,
I'm a newbie with regards to git and cloning a repo (still using SVN...)
and I've tried to clone the Quagga git repo located at git.sv.gnu.org,
after reading a lot of relevant online posts and "how to"s
I've set up the SSH public and private keys, but I probably have missed
something...
Can anyone please have a look at the steps I've taken and suggest
corrections?
Thanks!
0. Running on Ubuntu12.04
uname -a
Linux dev2014 3.2.0-83-generic-pae #120-Ubuntu SMP Wed Apr 29 15:55:27
UTC 2015 i686 i686 i386 GNU/Linux
ssh -V
OpenSSH_5.9p1 Debian-5ubuntu1.4, OpenSSL 1.0.1 14 Mar 2012
1. Created a pair of RSA keys with my Savannah's account name
ssh-keygen -t rsa -C "[email protected]"
2. Start the SSH agent and add the new keys
ssh-agent -s
ssh-add /home/<username>/.ssh/id_rsa
3. List the signature and public key. All seems OK
ssh-add -l
ssh-add -L
4. Copy the content of /home/<username>/.ssh/id_rsa.pub and set it as
the only SSH public key under my "Authentication Setup" section of my
Savannah account.
Got the email that alerts me that an SSH key was set/changed
5. Wait a couple of hours...
6. Clone (failed...):
cd /home/<username>/
git clone [email protected]:/srv/git/quagga.git
Cloning into 'quagga'...
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
7. Test ssh connection to the server (same failure...):
ssh -vT [email protected]
OpenSSH_5.9p1 Debian-5ubuntu1.4, OpenSSL 1.0.1 14 Mar 2012
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Connecting to git.sv.gnu.org [140.186.70.72] port 22.
debug1: Connection established.
debug1: identity file /home/oliver/.ssh/id_rsa type 1
debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048
debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048
debug1: identity file /home/oliver/.ssh/id_rsa-cert type -1
debug1: identity file /home/oliver/.ssh/id_dsa type -1
debug1: identity file /home/oliver/.ssh/id_dsa-cert type -1
debug1: identity file /home/oliver/.ssh/id_ecdsa type -1
debug1: identity file /home/oliver/.ssh/id_ecdsa-cert type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_5.9
debug1: match: OpenSSH_5.9 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.9p1 Debian-5ubuntu1.4
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-ctr hmac-md5 none
debug1: kex: client->server aes128-ctr hmac-md5 none
debug1: sending SSH2_MSG_KEX_ECDH_INIT
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: Server host key: RSA 80:5a:b0:0c:ec:93:66:29:49:7e:04:2b:fd:ba:2c:d5
debug1: Host 'git.sv.gnu.org' is known and matches the RSA host key.
debug1: Found key in /home/oliver/.ssh/known_hosts:1
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /home/oliver/.ssh/id_rsa
debug1: Authentications that can continue: publickey
debug1: Trying private key: /home/oliver/.ssh/id_dsa
debug1: Trying private key: /home/oliver/.ssh/id_ecdsa
debug1: No more authentication methods to try.
Permission denied (publickey).
--
Best regards,
David Ganor
|||||||||||||||||||||||||||||||||||
Cell: +972-54-3090299
Tel: +972-74-7028642
Fax: +972-153-74-7028642
SW developer
www.oliver-solutions.com
|||||||||||||||||||||||||||||||||||
_______________________________________________
Quagga-dev mailing list
[email protected]
https://lists.quagga.net/mailman/listinfo/quagga-dev