source: trunk/third/ssh/server_config.sample @ 10564

Revision 10564, 675 bytes checked in by danw, 27 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r10563, which included commits to RCS files with non-trunk default branches.
Line 
1# This is ssh server systemwide configuration file.
2
3Port 22
4ListenAddress 0.0.0.0
5HostKey _ETCDIR_/ssh_host_key
6RandomSeed _ETCDIR_/ssh_random_seed
7ServerKeyBits 768
8LoginGraceTime 600
9KeyRegenerationInterval 3600
10PermitRootLogin yes
11IgnoreRhosts no
12StrictModes yes
13QuietMode no
14X11Forwarding yes
15X11DisplayOffset 10
16FascistLogging no
17PrintMotd yes
18KeepAlive yes
19SyslogFacility DAEMON
20RhostsAuthentication no
21RhostsRSAAuthentication yes
22RSAAuthentication yes
23PasswordAuthentication yes
24PermitEmptyPasswords yes
25UseLogin no
26# PidFile /u/zappa/.ssh/pid
27# AllowHosts *.our.com friend.other.com
28# DenyHosts lowsecurity.theirs.com *.evil.org evil.org
29# Umask 022
30# SilentDeny on
Note: See TracBrowser for help on using the repository browser.