Date: Sun, 25 Jan 2004 01:58:39 -0800 (PST) From: Alexander Leidinger <netchild@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/ssh2 Makefile ports/security/ssh2/files kerberos-patch-apps::ssh::sshd2_config Message-ID: <200401250958.i0P9wdau099218@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
netchild 2004/01/25 01:58:39 PST FreeBSD ports repository Modified files: security/ssh2 Makefile Added files: security/ssh2/files kerberos-patch-apps::ssh::ssh2_config kerberos-patch-apps::ssh::sshd2_config 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 Revision Changes Path 1.118 +6 -2 ports/security/ssh2/Makefile 1.1 +10 -0 ports/security/ssh2/files/kerberos-patch-apps::ssh::ssh2_config (new) 1.1 +19 -0 ports/security/ssh2/files/kerberos-patch-apps::ssh::sshd2_config (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401250958.i0P9wdau099218>