Skip to content

Commit

Permalink
Accept ssh-rsa for ssh, after upgrade to 8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
afbjorklund committed Apr 9, 2022
1 parent 2651788 commit 0836785
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0836785

Please sign in to comment.