diff options
Diffstat (limited to 'ssh')
-rw-r--r-- | ssh/local.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ssh/local.conf b/ssh/local.conf new file mode 100644 index 0000000..2e8a19d --- /dev/null +++ b/ssh/local.conf | |||
@@ -0,0 +1,4 @@ | |||
1 | LoginGraceTime 30 | ||
2 | PermitRootLogin no | ||
3 | MaxAuthTries 3 | ||
4 | PasswordAuthentication no | ||