]> ruderich.org/simon Gitweb - safcm/safcm.git/blob - cmd/safcm/testdata/ssh/sshd/sshd_config
tests: add very basic end-to-end test with real ssh server
[safcm/safcm.git] / cmd / safcm / testdata / ssh / sshd / sshd_config
1 Port 29327
2 ListenAddress 127.0.0.1
3 PidFile none
4 LogLevel ERROR
5
6 # Only permit pubkey authentication
7 PubkeyAuthentication yes
8 PermitRootLogin prohibit-password
9 #
10 ChallengeResponseAuthentication no
11 GSSAPIAuthentication no
12 HostbasedAuthentication no
13 KbdInteractiveAuthentication no
14 KerberosAuthentication no
15 PasswordAuthentication no
16 UsePAM no