Ivo Chutkin schreef op vr 22-10-2021 om 15:23 [+0300]:
> Hello all,
> 
> I am unable to log in with Pubkey after upgrade to 7.0
> 
> I can log in with user/password.
> 
> What i get in the log is:
> 
> Oct 22 15:10:01 sklad sshd[88986]: userauth_pubkey: key type ssh-rsa

See https://www.openssh.com/releasenotes.html

Suggested workaround in your ssh config: 

   Host old-host
        HostkeyAlgorithms +ssh-rsa
        PubkeyAcceptedAlgorithms +ssh-rsa

Regards,
Emiel

Reply via email to