You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yes this seems to be related to openssh 8.8p1-1 and up not accepting ssh-rsa key types by default.
for now you can add "PubkeyAcceptedKeyTypes=+ssh-rsa" to your /etc/ssh/sshd_config.
dont forget to restart the sshd service afterwards with "sudo systemctl restart sshd"
With Ubuntu 22.04 get
With Ubuntu 20.04 everything works just fine. Nothing else changed, just the Ubuntu version change and the result is that
ssh-action
stops working.The text was updated successfully, but these errors were encountered: