[Bug 1868] New: 'ssh -k' should explicitly disable gss auth

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Thu Feb 24 13:44:06 EST 2011


https://bugzilla.mindrot.org/show_bug.cgi?id=1868

           Summary: 'ssh -k' should explicitly disable gss auth
           Product: Portable OpenSSH
           Version: 5.8p1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Kerberos support
        AssignedTo: unassigned-bugs at mindrot.org
        ReportedBy: frank+ssh at linetwo.net


in ssh.c, the option handling for 'k' should disable gss auth.  There
should be an explicit

  options.gss_authentication = 0;

at ssh.c:362, mirroring the 'K' option handling just below that line.

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list