head	1.5;
access;
symbols
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	old_RELEASE_5_3_0:1.3
	old_RELEASE_4_10_0:1.3
	old_RELEASE_5_2_1:1.3
	old_RELEASE_5_2_0:1.3
	old_RELEASE_4_9_0:1.2
	old_RELEASE_5_1_0:1.2
	old_RELEASE_4_8_0:1.2
	old_RELEASE_5_0_0:1.2
	old_RELEASE_4_7_0:1.2;
locks; strict;
comment	@# @;


1.5
date	2006.03.15.06.30.35;	author brooks;	state dead;
branches;
next	1.4;

1.4
date	2004.10.12.04.42.53;	author dinoex;	state Exp;
branches;
next	1.3;

1.3
date	2003.09.26.18.13.52;	author dinoex;	state Exp;
branches;
next	1.2;

1.2
date	2002.07.04.18.29.18;	author dinoex;	state Exp;
branches;
next	1.1;

1.1
date	2002.06.28.05.28.07;	author dinoex;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Remove the hpn-ssh port.  The functionality is now an option when
building the openssh-portable port.
@
text
@--- sshd_config.orig	Mon May 24 02:36:24 2004
+++ sshd_config	Mon Sep 20 05:04:48 2004
@@@@ -34,6 +34,7 @@@@
 
 #LoginGraceTime 2m
 #PermitRootLogin yes
+PermitRootLogin no
 #StrictModes yes
 #MaxAuthTries 6
 
@@@@ -57,6 +58,7 @@@@
 
 # Change to no to disable s/key passwords
 #ChallengeResponseAuthentication yes
+ChallengeResponseAuthentication no
 
 # Kerberos options
 #KerberosAuthentication no
@


1.4
log
@- cleanup patches
(only context changed)
@
text
@@


1.3
log
@- update to 3.7.1p2
more regressions tests successfull
@
text
@d1 2
a2 2
--- sshd_config.orig	Tue Sep  2 14:51:18 2003
+++ sshd_config	Tue Sep 16 20:05:44 2003
d9 1
d11 1
a11 2
 #RSAAuthentication yes
@@@@ -56,6 +57,7 @@@@
@


1.2
log
@'PermitRootLogin no' is the new default for the OpenSSH port.
This now matches the PermitRootLogin configuration of OpenSSH in
the base system.  Please be aware of this when upgrading your
OpenSSH port, and if truly necessary, re-enable remote root login
by readjusting this option in your sshd_config.

Users are encouraged to create single-purpose users with ssh keys
and very narrowly defined sudo privileges instead of using root
for automated tasks.

- PKGNAMESUFFIX for GSSAPI set.
- Merged some patches from current to improve PAM.
- Fix BATCH=yes for bento.
@
text
@d1 2
a2 2
--- sshd_config.orig	Fri Jun 21 03:11:36 2002
+++ sshd_config	Wed Jul  3 06:20:47 2002
d5 1
a5 1
 #LoginGraceTime 600
d11 1
a11 1
@@@@ -58,6 +59,7 @@@@
@


1.1
log
@Defaults changed: (Gregory Sutter)
 ChallengeResponseAuthentication no
 UseLogin no

patch for configure, to detect MAP_ANON submitted by:
Christophe Labouisse,Michael Handler,Gert Doering,Phil Oleson,Dave Baker

fix missing includes for "canohost.h"
@
text
@d2 10
a11 2
+++ sshd_config	Fri Jun 28 06:55:46 2002
@@@@ -58,6 +58,7 @@@@
@

