cvs commit: ports/security/ssh2 Makefile ports/security/ssh2/files kerberos-patch-apps::ssh::sshd2_config

Alexander Leidinger netchild at FreeBSD.org
Sun Jan 25 01:58:49 PST 2004


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 at isc.org> [1] (kerberos-patch-*)
  Tested by:      Peter Losher <Peter_Losher at 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)


More information about the cvs-ports mailing list