You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
576 B
33 lines
576 B
9 years ago
|
Port 22
|
||
8 years ago
|
Protocol 2
|
||
|
|
||
9 years ago
|
AddressFamily any
|
||
|
ListenAddress 0.0.0.0
|
||
|
ListenAddress ::
|
||
8 years ago
|
|
||
9 years ago
|
LogLevel INFO
|
||
8 years ago
|
|
||
|
HostKey /data/ssh/ssh_host_ed25519_key
|
||
9 years ago
|
HostKey /data/ssh/ssh_host_rsa_key
|
||
|
HostKey /data/ssh/ssh_host_dsa_key
|
||
|
HostKey /data/ssh/ssh_host_ecdsa_key
|
||
8 years ago
|
|
||
|
AuthorizedKeysFile .ssh/authorized_keys
|
||
|
|
||
|
UseDNS no
|
||
|
AllowAgentForwarding no
|
||
|
AllowTcpForwarding no
|
||
|
PrintMotd no
|
||
|
|
||
|
PermitUserEnvironment yes
|
||
9 years ago
|
PermitRootLogin no
|
||
8 years ago
|
ChallengeResponseAuthentication no
|
||
9 years ago
|
PasswordAuthentication no
|
||
8 years ago
|
PermitEmptyPasswords no
|
||
|
|
||
9 years ago
|
AllowUsers git
|
||
8 years ago
|
|
||
|
Banner none
|
||
|
Subsystem sftp /usr/lib/ssh/sftp-server
|
||
|
UsePrivilegeSeparation no
|