diff options
Diffstat (limited to '')
| -rw-r--r-- | ssh/sshd-config/host.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ssh/sshd-config/host.conf b/ssh/sshd-config/host.conf new file mode 100644 index 0000000..851b876 --- /dev/null +++ b/ssh/sshd-config/host.conf @@ -0,0 +1,4 @@ +MaxAuthTries 3 +LoginGraceTime 20 +PasswordAuthentication no +KbdInteractiveAuthentication no |
