" debug1: Offering public key: /home/rshepard/.ssh/id_ed25519 ED25519 SHA256:kzkp07EYCHEBeOLgGgKYbPGD1IdtDpJl2gPVSfYYXtk debug3: send packet: type 50 debug2: we sent a publickey packet, wait for reply debug3: receive packet: type 51 "
type 51 is an indication that the server is rejecting the key you are trying to use. Success would be type 52. You need to look at the salmo logs to find out why. On Wed, Apr 26, 2023 at 11:09 AM Rich Shepard <[email protected]> wrote: > On Wed, 26 Apr 2023, MC_Sequoia wrote: > > > Here's where I think the problem is: > > "debug1: Trying private key: /home/rshepard/.ssh/id_ed25519_sk > > debug3: no such identity: /home/rshepard/.ssh/id_ed25519_sk: No such > file or directory > > debug1: Trying private key: /home/rshepard/.ssh/id_xmss > > debug3: no such identity: /home/rshepard/.ssh/id_xmss: No such file or > directory > > debug1: Trying private key: /home/rshepard/.ssh/id_dsa > > debug3: no such identity: /home/rshepard/.ssh/id_dsa: No such file or > directory > > debug2: we did not send a packet, disable method" > > Mike, > > There are no _sk suffixes or _xmss in either salmo/.ssh/ or caddis/.ssh/. > Salmo's ssh: > ssh_host_dsa_key.pub > ssh_host_ed25519_key > ssh_host_rsa_key.pub > ssh_config > ssh_host_ecdsa_key > ssh_host_ed25519_key.pub > sshd_config > ssh_host_dsa_key > ssh_host_ecdsa_key.pub > ssh_host_rsa_key > > I'll futz with this later today. > > What's interesting is that I've not had these issues with any other desktop > or laptop over the past 25+/- years. > > Thanks, > > Rich > >
