5fed4e9f8c
rc.conf: make the system recognise the MAC address and assign an IP automatically from /etc/hosts (or ask the user) sshd_config: don't do x11 forwarding.
30 lines
626 B
Plaintext
30 lines
626 B
Plaintext
Port 22
|
|
ListenAddress 0.0.0.0
|
|
HostKey /etc/ssh_host_key
|
|
RandomSeed /etc/ssh_random_seed
|
|
ServerKeyBits 768
|
|
LoginGraceTime 600
|
|
KeyRegenerationInterval 3600
|
|
PermitRootLogin yes
|
|
IgnoreRhosts no
|
|
StrictModes yes
|
|
QuietMode no
|
|
X11Forwarding no
|
|
X11DisplayOffset 10
|
|
FascistLogging no
|
|
PrintMotd yes
|
|
KeepAlive yes
|
|
SyslogFacility AUTH
|
|
RhostsAuthentication no
|
|
RhostsRSAAuthentication yes
|
|
RSAAuthentication yes
|
|
PasswordAuthentication no
|
|
PermitEmptyPasswords no
|
|
UseLogin no
|
|
# CheckMail no
|
|
# PidFile /u/zappa/.ssh/pid
|
|
# AllowHosts *.our.com friend.other.com
|
|
# DenyHosts lowsecurity.theirs.com *.evil.org evil.org
|
|
# Umask 022
|
|
# SilentDeny yes
|