xref: /NextBSD/release/picobsd/floppy.tree/etc/ssh/sshd_config (revision 5e568154a01fb6be74908baed265f265a56f002f)
1# $FreeBSD$
2# minimal config for sshd on picobsd
3Port 22
4ListenAddress 0.0.0.0
5HostKey  /etc/ssh_host_key
6#RandomSeed /etc/ssh_random_seed
7ServerKeyBits 768
8LoginGraceTime 600
9KeyRegenerationInterval 3600
10PermitRootLogin yes
11IgnoreRhosts no
12StrictModes yes
13X11Forwarding no
14X11DisplayOffset 10
15PrintMotd yes
16KeepAlive yes
17SyslogFacility AUTH
18RhostsRSAAuthentication yes
19RSAAuthentication yes
20PasswordAuthentication yes
21PermitEmptyPasswords no
22UseLogin no
23# CheckMail no
24# PidFile /u/zappa/.ssh/pid
25# AllowHosts *.our.com friend.other.com
26# DenyHosts lowsecurity.theirs.com *.evil.org evil.org
27# Umask 022
28# SilentDeny yes
29