File: sshd_config

package info (click to toggle)
ostree-push 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 440 kB
  • sloc: python: 3,650; makefile: 10
file content (15 lines) | stat: -rw-r--r-- 392 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Configuration for testing sshd. Some other options are set on the
# command line based on the test environment
AcceptEnv LANG LC_*
AllowTcpForwarding yes
ChallengeResponseAuthentication no
HostbasedAuthentication no
ListenAddress 127.0.0.1
PasswordAuthentication no
PermitRootLogin no
PermitUserEnvironment no
PidFile none
PubkeyAuthentication yes
StrictModes no
UsePAM no
X11Forwarding no