diff options
| author | Jon duSaint | 2022-11-27 11:25:11 -0800 |
|---|---|---|
| committer | Jon duSaint | 2022-11-27 11:25:11 -0800 |
| commit | 254e41ba237796ce1ad6bf670aebf1b92eed98be (patch) | |
| tree | 1be7770ddf0e78a7e262535f7e5dd47bb9b73575 /etc/ssh | |
| parent | a49cb4da526c86385e942323e069a8e978d0cf4c (diff) | |
Diffstat (limited to 'etc/ssh')
| -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 |
