diff options
Diffstat (limited to 'etc/ssh/sshd_config')
| -rw-r--r-- | etc/ssh/sshd_config | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/ssh/sshd_config b/etc/ssh/sshd_config new file mode 100644 index 0000000..38a006f --- /dev/null +++ b/etc/ssh/sshd_config @@ -0,0 +1,11 @@ +.... + +PermitRootLogin no +PubkeyAuthentication yes +PasswordAuthentication no + +Match User git + X11Forwarding no + AllowTcpForwarding no + PermitTTY no + ChrootDirectory /var/www |
