August 31, 20223 yr Nothing about my config has changed but it's stopped working as of this morning. I still have ~/.ssh/authorized_keys set up correctly. I'm still using the same id_rsa file But it's not attempting to use it and goes straight to a password prompt every time. This has been working for two years without issue before.
September 3, 20223 yr Author Loading pnacl program… done. Connecting to root@servername… OpenSSH_8.8p1, OpenSSL 1.0.2k 26 Jan 2017 debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling debug1: Connecting to servername [x.x.x.x] port xxxx. debug1: Connection established. debug1: getpeername failed: Function not implemented debug1: identity file /.ssh/identity/id_rsa type -1 debug1: identity file /.ssh/identity/id_rsa-cert type -1 debug1: Local version string SSH-2.0-OpenSSH_8.8 debug1: Remote protocol version 2.0, remote software version OpenSSH_8.4 debug1: compat_banner: match: OpenSSH_8.4 pat OpenSSH* compat 0x04000000 debug1: Authenticating to servername:port as 'root' debug1: load_hostkeys: fopen /.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen //etc/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen //etc/ssh_known_hosts2: No such file or directory debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: kex: algorithm: curve25519-sha256 debug1: kex: host key algorithm: ssh-ed25519 debug1: kex: server->client cipher: [email protected] MAC: <implicit> compression: none debug1: kex: client->server cipher: [email protected] MAC: <implicit> compression: none debug1: expecting SSH2_MSG_KEX_ECDH_REPLY debug1: SSH2_MSG_KEX_ECDH_REPLY received debug1: Server host key: ssh-ed25519 SHA256:wdRRHRK0r5xP5rwNdoqrt0UYA2WLXnV3UXkU6nVKQvk debug1: load_hostkeys: fopen /.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen //etc/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen //etc/ssh_known_hosts2: No such file or directory debug1: Host '[servername]:port' is known and matches the ED25519 host key. debug1: Found key in /.ssh/known_hosts:1 debug1: rekey out after 134217728 blocks debug1: SSH2_MSG_NEWKEYS sent debug1: expecting SSH2_MSG_NEWKEYS debug1: SSH2_MSG_NEWKEYS received debug1: rekey in after 134217728 blocks debug1: Will attempt key: /.ssh/identity/id_rsa explicit debug1: SSH2_MSG_EXT_INFO received debug1: kex_input_ext_info: server-sig-algs=<redacted> debug1: SSH2_MSG_SERVICE_ACCEPT received debug1: Authentications that can continue: publickey,password,keyboard-interactive debug1: Next authentication method: publickey debug1: Trying private key: /.ssh/identity/id_rsa debug1: Authentications that can continue: publickey,password,keyboard-interactive debug1: Next authentication method: keyboard-interactive Any ideas? Edited September 3, 20223 yr by cinereus
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.