head	1.2;
access;
symbols
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2010.10.15.17.40.30;	author garga;	state dead;
branches;
next	1.1;

1.1
date	2004.01.25.09.58.39;	author netchild;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove expired ports

2010-10-15 security/ssh2: abandoned upstream
2010-10-15 security/ssh2-nox11: abandoned upstream
@
text
@--- apps/ssh/sshd2_config.orig	Wed Jan 21 19:12:25 2004
+++ apps/ssh/sshd2_config	Wed Jan 21 19:24:11 2004
@@@@ -101,6 +101,7 @@@@
 #	AllowedAuthentications		publickey,password
 #	AllowedAuthentications		hostbased,publickey,password
 #	AllowedAuthentications		hostbased,publickey,keyboard-interactive
+	AllowedAuthentications		kerberos-tgt-2@@ssh.com,kerberos-2@@ssh.com,password
 #	RequiredAuthentications		publickey,password
 #	LoginGraceTime			600
 #	AuthInteractiveFailureTimeout	2
@@@@ -169,7 +170,7 @@@@
 #	AllowGroups			staff,users
 #	DenyGroups			guest,anonymous
 #	PermitRootLogin			yes
-#	PermitRootLogin			nopwd
+	PermitRootLogin			nopwd
 
 ## Chrooted environment
 
@


1.1
log
@---snip---
Improve Kerberos support in ssh2:
- Change the WITH_KERBEROS knob into a WITHOUT_KERBEROS knob so kerberized
  ssh2 automatically is built when MIT Kerberos is installed, unless the
  WITHOUT_KERBEROS knob is defined.
- Check for a library unique to MIT Kerberos to make sure it's not Heimdal
  that KRB5_HOME accidentally points to.
- Add dependency on security/krb5 when built with Kerberos support.
- When compiled with Kerberos support also turn it on by default in client
  and server config files and set "PermitRootLogin" to "nopwd" to only allow
  those with root tickets declared in ~root/.k5login" to login as root. [1]

Ssh2 now should work out of the box in an environment using MIT Kerberos.

Submitted by:	Peter Losher <Peter_Losher@@isc.org> [1] (kerberos-patch-*)
Tested by:	Peter Losher <Peter_Losher@@isc.org>
---snip---

Submitted by:					maintainer
Strange commit log formatting to prevent
ambiguous "Submitted by" lines by:		committer
@
text
@@

