]> ruderich.org/simon Gitweb - safcm/safcm.git/blobdiff - 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
diff --git a/cmd/safcm/testdata/ssh/sshd/sshd_config b/cmd/safcm/testdata/ssh/sshd/sshd_config
new file mode 100644 (file)
index 0000000..d43eb49
--- /dev/null
@@ -0,0 +1,16 @@
+Port 29327
+ListenAddress 127.0.0.1
+PidFile none
+LogLevel ERROR
+
+# Only permit pubkey authentication
+PubkeyAuthentication yes
+PermitRootLogin prohibit-password
+#
+ChallengeResponseAuthentication no
+GSSAPIAuthentication no
+HostbasedAuthentication no
+KbdInteractiveAuthentication no
+KerberosAuthentication no
+PasswordAuthentication no
+UsePAM no