Opened 5 years ago
Closed 5 years ago
#2365 closed task (fixed)
Can't SSH to lists.osgeo.org
Reported by: | jsanz | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | SysAdmin | Keywords: | |
Cc: | cameron.shorter@… |
Description
Trying to address #2364 I see I can't log into lists.osgeo.org
anymore.
I'm on a new computer, and I've created a new public key just to be sure. Leaving below the output for the connection attempt.
Let me know if you need further details.
Thanks!!
~ ssh -v -i ~/.ssh/id_rsa_osgeo jsanz@lists.osgeo.org OpenSSH_7.9p1 Ubuntu-10, OpenSSL 1.1.1b 26 Feb 2019 debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 19: Applying options for * debug1: Connecting to lists.osgeo.org [140.211.15.3] port 22. debug1: Connection established. debug1: identity file /home/j/.ssh/id_rsa_osgeo type 0 debug1: identity file /home/j/.ssh/id_rsa_osgeo-cert type -1 debug1: Local version string SSH-2.0-OpenSSH_7.9p1 Ubuntu-10 debug1: Remote protocol version 2.0, remote software version OpenSSH_6.7p1 Debian-5+deb8u8 debug1: match: OpenSSH_6.7p1 Debian-5+deb8u8 pat OpenSSH* compat 0x04000000 debug1: Authenticating to lists.osgeo.org:22 as 'jsanz' debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: kex: algorithm: curve25519-sha256@libssh.org debug1: kex: host key algorithm: ecdsa-sha2-nistp256 debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none debug1: expecting SSH2_MSG_KEX_ECDH_REPLY debug1: Server host key: ecdsa-sha2-nistp256 SHA256:4RfKgSNW5ItzrXsjtiMzZ8YhmnphhsDIpA/wi/9xLZM debug1: Host 'lists.osgeo.org' is known and matches the ECDSA host key. debug1: Found key in /home/j/.ssh/known_hosts:5 debug1: rekey after 134217728 blocks debug1: SSH2_MSG_NEWKEYS sent debug1: expecting SSH2_MSG_NEWKEYS debug1: SSH2_MSG_NEWKEYS received debug1: rekey after 134217728 blocks debug1: Will attempt key: jorge.sanz@elastic.co RSA SHA256:WdqOd3r12XRo7z/SD+LJrb6qgp9lcg/jKHW1xHZGcec agent debug1: Will attempt key: /home/j/.ssh/id_rsa_osgeo RSA SHA256:Gn45tCDj3SxzEUVKpurPIn9fITBpGTblrh5QeGHsjxY explicit debug1: SSH2_MSG_SERVICE_ACCEPT received debug1: Authentications that can continue: publickey debug1: Next authentication method: publickey debug1: Offering public key: jorge.sanz@elastic.co RSA SHA256:WdqOd3r12XRo7z/SD+LJrb6qgp9lcg/jKHW1xHZGcec agent debug1: Authentications that can continue: publickey debug1: Offering public key: /home/j/.ssh/id_rsa_osgeo RSA SHA256:Gn45tCDj3SxzEUVKpurPIn9fITBpGTblrh5QeGHsjxY explicit debug1: Authentications that can continue: publickey debug1: No more authentication methods to try. jsanz@lists.osgeo.org: Permission denied (publickey).
Note:
See TracTickets
for help on using tickets.
But you didn't add the public key to
~/.ssh/authorized_keys
(last update Jul 30th). Can't you use the key from the previous machine?