]> ruderich.org/simon Gitweb - safcm/safcm.git/blob - cmd/safcm/testdata/ssh/sshd/sshd_config.openbsd
tests: add very basic end-to-end test with real ssh server
[safcm/safcm.git] / cmd / safcm / testdata / ssh / sshd / sshd_config.openbsd
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 HostbasedAuthentication no
12 KbdInteractiveAuthentication no
13 PasswordAuthentication no
14
15 # vim: ft=sshdconfig