summaryrefslogblamecommitdiffstats
path: root/gitolite/sshd_config
blob: efc0c522e45fe1bf2c6c4c0be718214ea9e4619d (plain) (tree)





















                                                                              
Port 22

HostKey /hostkeys/etc/ssh/ssh_host_rsa_key
HostKey /hostkeys/etc/ssh/ssh_host_ecdsa_key
HostKey /hostkeys/etc/ssh/ssh_host_ed25519_key

# The default is to check both .ssh/authorized_keys and .ssh/authorized_keys2
# but this is overridden so installations will only check .ssh/authorized_keys
AuthorizedKeysFile	.ssh/authorized_keys

UsePAM yes
PermitRootLogin no
PasswordAuthentication no
KbdInteractiveAuthentication no
AllowAgentForwarding no
AllowTcpForwarding no
GatewayPorts no
X11Forwarding no
PermitTTY no
PrintLastLog no
PermitUserEnvironment no
PermitTunnel no