Accept ssh-rsa for ssh, after upgrade to 8.8
parent
265178883c
commit
0836785b3e
|
|
@ -117,3 +117,8 @@ Subsystem sftp /usr/libexec/sftp-server
|
||||||
# AllowTcpForwarding no
|
# AllowTcpForwarding no
|
||||||
# PermitTTY no
|
# PermitTTY no
|
||||||
# ForceCommand cvs server
|
# 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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue