Commit 65b62fd9 authored by Mattia Rizzolo's avatar Mattia Rizzolo

common/ssh: accept ssh keys only from /etc/ssh/authorized_keys

Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent fd888350
...@@ -27,6 +27,7 @@ PasswordAuthentication no ...@@ -27,6 +27,7 @@ PasswordAuthentication no
RSAAuthentication yes RSAAuthentication yes
PubkeyAuthentication yes PubkeyAuthentication yes
ChallengeResponseAuthentication no ChallengeResponseAuthentication no
AuthorizedKeysFile /etc/ssh/authorized_keys/%u
IgnoreRhosts yes IgnoreRhosts yes
RhostsRSAAuthentication no RhostsRSAAuthentication no
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment