blob: 82c72b9c3bb2500a91d1d57ef1fe692dd3fe9c9c (
plain)
- # 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
|