freebsd-ports/picobsd/ssh-picobsd/files/patch-ae
Luigi Rizzo 90d8c77fba New port: stripped-down ssh version to be used in picobsd images.
"stripped down" refers to the fact that we build a single binary
which includes ssh, sshd and scp functionality without having
to bring in 3 copies of mostly the same code.

Requests to add this category and this port have been posted
on the ports list and directly to satoshi over the past few
months. I assume no reply means no problem.
2001-04-22 14:03:04 +00:00

59 lines
1.3 KiB
Plaintext

*** server_config.sample.old Thu Apr 20 23:24:57 2000
--- server_config.sample Thu Apr 20 23:26:24 2000
***************
*** 1,13 ****
# This is ssh server systemwide configuration file.
Port 22
! ListenAddress 0.0.0.0
HostKey _ETCDIR_/ssh_host_key
RandomSeed _ETCDIR_/ssh_random_seed
ServerKeyBits 768
LoginGraceTime 600
KeyRegenerationInterval 3600
! PermitRootLogin yes
IgnoreRhosts no
StrictModes yes
QuietMode no
--- 1,13 ----
# This is ssh server systemwide configuration file.
Port 22
! #Port 722 # Secondary port to listen on
HostKey _ETCDIR_/ssh_host_key
RandomSeed _ETCDIR_/ssh_random_seed
ServerKeyBits 768
LoginGraceTime 600
KeyRegenerationInterval 3600
! PermitRootLogin no
IgnoreRhosts no
StrictModes yes
QuietMode no
***************
*** 16,27 ****
FascistLogging no
PrintMotd yes
KeepAlive yes
! SyslogFacility DAEMON
RhostsAuthentication no
RhostsRSAAuthentication yes
RSAAuthentication yes
PasswordAuthentication yes
! PermitEmptyPasswords yes
UseLogin no
# CheckMail no
# PidFile /u/zappa/.ssh/pid
--- 16,27 ----
FascistLogging no
PrintMotd yes
KeepAlive yes
! SyslogFacility AUTH
RhostsAuthentication no
RhostsRSAAuthentication yes
RSAAuthentication yes
PasswordAuthentication yes
! PermitEmptyPasswords no
UseLogin no
# CheckMail no
# PidFile /u/zappa/.ssh/pid