15b980ca7ea7dc13b5450b2c588d536111f129b4
[monkeysphere.git] / tests / etc / ssh / sshd_config
1 # Base sshd_config for monkeysphere test
2
3 # HostKey and AuthorizedKeysFile lines will be added dynamically
4 # during test.
5
6 # goal: minimal ssh configuration to do public key authentication.
7
8 Protocol 2
9 PubkeyAuthentication yes
10 HostbasedAuthentication no
11 PermitEmptyPasswords no
12 ChallengeResponseAuthentication no
13 PasswordAuthentication no
14 KerberosAuthentication no
15 GSSAPIAuthentication no
16 X11Forwarding no
17 PrintMotd no
18 PrintLastLog no
19 TCPKeepAlive no
20 AcceptEnv LANG LC_*
21 UsePAM no
22 UsePrivilegeSeparation no