X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=tests%2Fetc%2Fssh%2Fsshd_config;fp=tests%2Fetc%2Fssh%2Fsshd_config;h=75f03144074c0ee060f8d6ba7c9484b536a78a23;hb=5f29ad789dda115b477d53fbedd3a71b64962e27;hp=0000000000000000000000000000000000000000;hpb=14fd73037386e107dd99bc5a42102e229619e53b;p=monkeysphere.git diff --git a/tests/etc/ssh/sshd_config b/tests/etc/ssh/sshd_config new file mode 100644 index 0000000..75f0314 --- /dev/null +++ b/tests/etc/ssh/sshd_config @@ -0,0 +1,21 @@ +# 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