aboutsummaryrefslogblamecommitdiff
path: root/roles/git/files/gitolite-cgit/etc/sshd_config
blob: b6da391858d170cb03e3f041ebd2516ac118cace (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                       
# sshd_config(5)

AuthorizedKeysFile .ssh/authorized_keys

PermitRootLogin no
PubkeyAuthentication yes
HostbasedAuthentication yes
IgnoreUserKnownHosts no
PasswordAuthentication no
PermitEmptyPasswords no

AllowTcpForwarding no
GatewayPorts no
X11Forwarding no