]> code.delx.au - monosys/blob - etc/ssh/sshd_config
etc/ssh/sshd_config example
[monosys] / etc / ssh / sshd_config
1 LogLevel INFO
2 Port 22
3 Port 20050
4
5 AuthenticationMethods publickey
6 HostKey /etc/ssh/ssh_host_ed25519_key
7 HostKeyAlgorithms ssh-ed25519
8 PubkeyAcceptedKeyTypes ssh-ed25519
9 UsePAM yes
10
11 AllowUsers root userA userB
12 PermitRootLogin prohibit-password
13
14 Subsystem sftp internal-sftp
15 AcceptEnv LANG LC_* COLORFGBG