diff options
Diffstat (limited to 'sshd_config')
| -rw-r--r-- | sshd_config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sshd_config b/sshd_config new file mode 100644 index 0000000..ab4c469 --- /dev/null +++ b/sshd_config | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | Port 22 | ||
| 2 | PermitRootLogin prohibit-password | ||
| 3 | PasswordAuthentication no | ||
| 4 | PubkeyAuthentication yes | ||
| 5 | AuthorizedKeysFile /git/.ssh/authorized_keys | ||
| 6 | Subsystem sftp /usr/lib/ssh/sftp-server | ||
