aboutsummaryrefslogblamecommitdiff
path: root/roles/git/files/gitolite-cgit/etc/sshd_config
blob: b9ab9634d8b98685448c8729737fcbe9f16a205e (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

# Logs by default to auth.* syslog facility.