]> git.pld-linux.org Git - packages/openssh.git/blob - opensshd.conf
- translated kloczkish into english
[packages/openssh.git] / opensshd.conf
1 # This is ssh server systemwide configuration file.
2
3 Port 22
4 ### For IPv6 
5 # ListenAddress ::
6 # ListenAddress 0.0.0.0
7 HostKey /etc/ssh/ssh_host_key
8 #RandomSeed /etc/ssh/ssh_random_seed
9 ServerKeyBits 768
10 LoginGraceTime 600
11 #KerberosAuthentication no
12 #KerberosOrLocalPasswd yes
13 #KerberosTgtPassing yes
14 KeyRegenerationInterval 3600
15 PermitRootLogin no
16 IgnoreRhosts yes
17 StrictModes yes
18 #QuietMode no
19 X11Forwarding yes
20 X11DisplayOffset 10
21 #FascistLogging no
22 PrintMotd yes
23 KeepAlive yes
24 SyslogFacility DAEMON
25 RhostsAuthentication no
26 RhostsRSAAuthentication yes
27 RSAAuthentication yes
28 PasswordAuthentication yes
29 PermitEmptyPasswords yes
30 UseLogin no
31 CheckMail 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.023616 seconds and 3 git commands to generate.