diff options
author | Micah Anderson <micah@riseup.net> | 2008-10-26 12:34:56 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2008-10-26 12:34:56 -0400 |
commit | 20e88948f035c56d51f07c53de50b75df57fc816 (patch) | |
tree | b949e026bbf3687f05c1d98e1e22d9f9c0d31f62 /tests/etc/ssh/sshd_config | |
parent | 5722f3ce688ce4f71a7f3a4a3aa3d070c3e47014 (diff) | |
parent | eef5c546af5f7a723be67303feee9b05b47b0fdb (diff) |
Merge commit 'dkg/master'
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 |