Hey, I can't get passwordless ssh access working.
I tried ssh-copy-id wobble@ssh.pythonanywhere.com, which seemed to work. Authorised_keys has updated, an in fact now has 2 copies of my 2 keys (since I tried it a second time).
When I try to ssh in, I get the below:
debug1: Server host key: ssh-rsa SHA256:zy2jmqxNg/fs6tFZK55OjHTI3B2UofzOiUvTPtcX3/Y
debug1: Host 'ssh.pythonanywhere.com' is known and matches the RSA host key.
debug1: Found key in /home/brook/.ssh/known_hosts:20
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: /home/brook/.ssh/id_ed25519 ED25519 SHA256:YcCaQsQQkQlXDMRXJYno1koQRKIah8G/dwDtHxhB0Ss agent
debug1: Will attempt key: /home/brook/.ssh/id_rsa RSA SHA256:KSzWhR6YI2Kar8m8B2X4bQ9s7eO8KReGlMMAZ5o664Q agent
debug1: Will attempt key: /home/brook/.ssh/id_dsa
debug1: Will attempt key: /home/brook/.ssh/id_ecdsa
debug1: Will attempt key: /home/brook/.ssh/id_ecdsa_sk
debug1: Will attempt key: /home/brook/.ssh/id_ed25519_sk
debug1: Will attempt key: /home/brook/.ssh/id_xmss
debug1: SSH2_MSG_EXT_INFO received
debug1: kex_input_ext_info: server-sig-algs=<ssh-ed25519,sk-ssh-ed25519@openssh.com,ssh-rsa,rsa- sha2-256,rsa-sha2-512,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ecdsa-sha2- nistp256@openssh.com>
debug1: SSH2_MSG_SERVICE_ACCEPT received
<<<<<<:>~ PythonAnywhere SSH. Help @ https://help.pythonanywhere.com/pages/SSHAccess
debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: publickey
debug1: Offering public key: /home/brook/.ssh/id_ed25519 ED25519 SHA256:YcCaQsQQkQlXDMRXJYno1koQRKIah8G/dwDtHxhB0Ss agent
debug1: Authentications that can continue: publickey,password
debug1: Offering public key: /home/brook/.ssh/id_rsa RSA SHA256:KSzWhR6YI2Kar8m8B2X4bQ9s7eO8KReGlMMAZ5o664Q agent
debug1: Authentications that can continue: publickey,password
debug1: Trying private key: /home/brook/.ssh/id_dsa
debug1: Trying private key: /home/brook/.ssh/id_ecdsa
debug1: Trying private key: /home/brook/.ssh/id_ecdsa_sk
debug1: Trying private key: /home/brook/.ssh/id_ed25519_sk
debug1: Trying private key: /home/brook/.ssh/id_xmss
debug1: Next authentication method: password
[formatted by admin]