svn commit: r250100 - in head/release/picobsd/floppy.tree/etc: . ssh
Luigi Rizzo
luigi at FreeBSD.org
Tue Apr 30 13:20:12 UTC 2013
Author: luigi
Date: Tue Apr 30 13:20:11 2013
New Revision: 250100
URL: http://svnweb.freebsd.org/changeset/base/250100
Log:
support for sshd (newer config file location)
Added:
head/release/picobsd/floppy.tree/etc/ssh/
head/release/picobsd/floppy.tree/etc/ssh/sshd_config
- copied unchanged from r243964, head/release/picobsd/floppy.tree/etc/sshd_config
Deleted:
head/release/picobsd/floppy.tree/etc/sshd_config
Modified:
head/release/picobsd/floppy.tree/etc/master.passwd
Modified: head/release/picobsd/floppy.tree/etc/master.passwd
==============================================================================
--- head/release/picobsd/floppy.tree/etc/master.passwd Tue Apr 30 13:13:32 2013 (r250099)
+++ head/release/picobsd/floppy.tree/etc/master.passwd Tue Apr 30 13:20:11 2013 (r250100)
@@ -5,6 +5,7 @@ daemon:*:1:1::0:0:Owner of many system p
operator:*:2:20::0:0:System &:/usr/guest/operator:/bin/csh
bin:*:3:7::0:0:Binaries Commands and Source,,,:/:/nonexistent
tty:*:4:65533::0:0:Tty Sandbox:/:/nonexistent
+sshd:*:22:22::0:0:Secure Shell Daemon:/var/empty:/usr/sbin/nologin
nobody:*:65534:65534::0:0:Unprivileged user:/nonexistent:/nonexistent
_dhcp:*:65:65::0:0:dhcp programs:/var/empty:/usr/sbin/nologin
user:*:1002:1002:Sample User:0:0:user:/home/user:/bin/sh
Copied: head/release/picobsd/floppy.tree/etc/ssh/sshd_config (from r243964, head/release/picobsd/floppy.tree/etc/sshd_config)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/release/picobsd/floppy.tree/etc/ssh/sshd_config Tue Apr 30 13:20:11 2013 (r250100, copy of r243964, head/release/picobsd/floppy.tree/etc/sshd_config)
@@ -0,0 +1,29 @@
+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
More information about the svn-src-head
mailing list