]> git.pld-linux.org Git - packages/openssh.git/blame - opensshd.conf
- misc files for OpenSSH
[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
8RandomSeed /etc/ssh/ssh_random_seed
9ServerKeyBits 768
10LoginGraceTime 600
11KerberosAuthentication no
12KerberosOrLocalPasswd yes
13KerberosTgtPassing yes
14KeyRegenerationInterval 3600
15PermitRootLogin no
16IgnoreRhosts yes
17StrictModes yes
18QuietMode no
19X11Forwarding yes
20X11DisplayOffset 10
21FascistLogging no
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.053902 seconds and 4 git commands to generate.