]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commit
ssh: Revert MaxAuthTries setting
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 25 Sep 2018 19:24:39 +0000 (20:24 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 25 Sep 2018 19:24:39 +0000 (20:24 +0100)
commit0a5823db023c32135b1cd3fc9c8a426cd1d70b31
tree6eebb9d02efcdfa03e0099f01e534690c79a7893
parent5bf8ff9fcc48008f2d8f4023d07bcb3f158c88ae
ssh: Revert MaxAuthTries setting

This is entirely not practicable and should have been changed
before. I missed this when I tested the configuration.

It is common that multiple SSH keys exist and three is common
number (RSA, ECDSA & Ed25519). A key passed with ssh -i and
password authentication are not even tried.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/ssh/sshd_config