Just to be sure: as your ~/.ssh/authorized_keys only contains this one pubkey, the file should be identical to the corresponding ~/.ssh/id_rsa.pub on the client side. Please verify that it is
haycorn$ cksum ~/.ssh/authorized_keys twill$ cksum ~/.ssh/id_rsa.pub On Sep 05 08:08:29, [email protected] wrote: > > [twill] /Users/jam [230]% ssh -vv haycorn.home > > [versions match etc] > > debug1: Authentications that can continue: publickey,password > > debug1: Next authentication method: publickey > > debug1: Offering public key: RSA > > SHA256:/FjP5L3Grrw1P4KXIq5SsfkEy5RWhmeVehgG5+8k5rk /Users/jam/.ssh/id_rsa > > debug2: we sent a publickey packet, wait for reply > > debug1: Authentications that can continue: publickey,password > > debug1: Trying private key: /Users/jam/.ssh/id_dsa > > debug1: Trying private key: /Users/jam/.ssh/id_ecdsa > > debug1: Trying private key: /Users/jam/.ssh/id_ed25519 > > debug2: we did not send a packet, disable method > > debug1: Next authentication method: password > > [email protected]'s password: > > This doesn't tell anything. (Also try with -v -v -v). > What does the log say on the server side? > > Before, you mentioned "error 51". > Nothing like that is here. > > > > The relevant part to another machine > > What machine is that? > Is it the same version of sshd? > Is it configured the same? > > > debug1: rekey after 134217728 blocks > > debug2: key: /Users/jam/.ssh/id_rsa (0x7fb4d5f01360) > > debug2: key: /Users/jam/.ssh/id_dsa (0x0) > > debug2: key: /Users/jam/.ssh/id_ecdsa (0x0) > > debug2: key: /Users/jam/.ssh/id_ed25519 (0x0) > > debug1: SSH2_MSG_EXT_INFO received > > debug1: kex_input_ext_info: server-sig-algs=<rsa-sha2-256,rsa-sha2-512> > > debug2: service_accept: ssh-userauth > > debug1: SSH2_MSG_SERVICE_ACCEPT received > > debug1: Authentications that can continue: publickey,keyboard-interactive > > debug1: Next authentication method: publickey > > debug1: Offering public key: RSA > > SHA256:/FjP5L3Grrw1P4KXIq5SsfkEy5RWhmeVehgG5+8k5rk /Users/jam/.ssh/id_rsa > > debug2: we sent a publickey packet, wait for reply > > debug1: Server accepts key: pkalg rsa-sha2-512 blen 279 > > debug2: input_userauth_pk_ok: fp > > SHA256:/FjP5L3Grrw1P4KXIq5SsfkEy5RWhmeVehgG5+8k5rk > > debug1: Authentication succeeded (publickey). > > Authenticated to sandypit.home ([192.168.5.33]:22). > > What is the difference between what this server says in the logs, > and what the previous server says in the logs? > > Jan >
