summaryrefslogtreecommitdiffstats
path: root/docker/sshd_config
blob: 30c4e23c08296ab77b33d4edbb132a4913a6b35d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Port 22
AddressFamily any
ListenAddress 0.0.0.0
ListenAddress ::
Protocol 2
LogLevel INFO
HostKey /data/ssh/ssh_host_rsa_key
HostKey /data/ssh/ssh_host_dsa_key
HostKey /data/ssh/ssh_host_ecdsa_key
HostKey /data/ssh/ssh_host_ed25519_key
PermitRootLogin no
AuthorizedKeysFile	.ssh/authorized_keys
PasswordAuthentication no
UsePrivilegeSeparation no
PermitUserEnvironment yes
AllowUsers git