Closed iljarotar closed 1 week ago
With newer versions of OpenSSH some options might become necessary that weren't needed before. For example, PubkeyAcceptedKeyTypes=+ssh-rsa is required to allow the use of deprecated id_rsa keys.
PubkeyAcceptedKeyTypes=+ssh-rsa
id_rsa
With newer versions of OpenSSH some options might become necessary that weren't needed before. For example,
PubkeyAcceptedKeyTypes=+ssh-rsa
is required to allow the use of deprecatedid_rsa
keys.