mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-02 11:01:14 +02:00
Merge pull request #1495 from flatcar-linux/dongsu/gce-oslogin-sshd-config
sys-auth/google-oslogin: accept ssh-rsa in sshd_config for openssh 8.8
This commit is contained in:
commit
4240f03432
@ -9,3 +9,7 @@ PrintMotd no # handled by PAM
|
||||
# Needed for google oslogin
|
||||
AuthorizedKeysCommand /usr/libexec/google_authorized_keys
|
||||
AuthorizedKeysCommandUser root
|
||||
# Temporarily accept ssh-rsa algorithm for openssh >= 8.8,
|
||||
# until most ssh clients could deprecate ssh-rsa.
|
||||
HostkeyAlgorithms +ssh-rsa
|
||||
PubkeyAcceptedAlgorithms +ssh-rsa
|
||||
|
Loading…
x
Reference in New Issue
Block a user