Skip to content

Commit

Permalink
common: accept RSA public keys
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Feb 15, 2022
1 parent f5682ff commit 34b0f2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/lab-setup
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ Host $1.lab
PasswordAuthentication no
KexAlgorithms +diffie-hellman-group1-sha1
Ciphers +aes128-cbc
PubkeyAcceptedKeyTypes +ssh-rsa
IdentitiesOnly yes
LogLevel FATAL
IdentityFile $TMP/id_rsa
Expand Down

0 comments on commit 34b0f2f

Please sign in to comment.