]> git.pld-linux.org Git - packages/openssh.git/blame - opensshd.conf
- typo
[packages/openssh.git] / opensshd.conf
CommitLineData
cf3b46d6
AF
1# This is ssh server systemwide configuration file.
2
3Port 22
4### For IPv6
5# ListenAddress ::
6ListenAddress 0.0.0.0
7HostKey /etc/ssh/ssh_host_key
4a48d023 8#RandomSeed /etc/ssh/ssh_random_seed
cf3b46d6
AF
9ServerKeyBits 768
10LoginGraceTime 600
6b82c749 11#KerberosAuthentication no
12#KerberosOrLocalPasswd yes
13#KerberosTgtPassing yes
cf3b46d6
AF
14KeyRegenerationInterval 3600
15PermitRootLogin no
16IgnoreRhosts yes
17StrictModes yes
6b82c749 18#QuietMode no
cf3b46d6
AF
19X11Forwarding yes
20X11DisplayOffset 10
6b82c749 21#FascistLogging no
cf3b46d6
AF
22PrintMotd yes
23KeepAlive yes
24SyslogFacility DAEMON
25RhostsAuthentication no
26RhostsRSAAuthentication yes
27RSAAuthentication yes
28PasswordAuthentication yes
29PermitEmptyPasswords yes
30UseLogin yes
31CheckMail yes
32# PidFile /u/zappa/.ssh/pid
33# AllowHosts *.our.com friend.other.com
34# DenyHosts lowsecurity.theirs.com *.evil.org evil.org
35# Umask 022
36# SilentDeny yes
This page took 0.028177 seconds and 4 git commands to generate.