diff options
Diffstat (limited to 'tests/etc/ssh/sshd_config')
-rw-r--r-- | tests/etc/ssh/sshd_config | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/etc/ssh/sshd_config b/tests/etc/ssh/sshd_config new file mode 100644 index 0000000..82c72b9 --- /dev/null +++ b/tests/etc/ssh/sshd_config @@ -0,0 +1,23 @@ +# Base sshd_config for monkeysphere test + +# HostKey and AuthorizedKeysFile lines will be added dynamically +# during test. + +# goal: minimal ssh configuration to do public key authentication. + +Protocol 2 +PubkeyAuthentication yes +HostbasedAuthentication no +PermitEmptyPasswords no +ChallengeResponseAuthentication no +PasswordAuthentication no +KerberosAuthentication no +GSSAPIAuthentication no +X11Forwarding no +PrintMotd no +PrintLastLog no +TCPKeepAlive no +AcceptEnv LANG LC_* +UsePAM no +UsePrivilegeSeparation no +LogLevel DEBUG |