Accept ssh-rsa for ssh, after upgrade to 8.8

pull/13814/head
Anders F Björklund 2022-04-09 17:38:09 +02:00
parent 265178883c
commit 0836785b3e
1 changed files with 5 additions and 0 deletions

View File

@ -117,3 +117,8 @@ Subsystem sftp /usr/libexec/sftp-server
# AllowTcpForwarding no
# PermitTTY no
# ForceCommand cvs server
# Temporarily accept ssh-rsa algorithm for openssh >= 8.8,
# until most ssh clients could deprecate ssh-rsa.
HostkeyAlgorithms +ssh-rsa
PubkeyAcceptedAlgorithms +ssh-rsa