Hello,
I use Cygwin 1.5.24.2 with OpenSSH_4.6p1 and OpenSSL 0.9.8e. When I
turn gssapi authentication on, the following error occurs:
ssh servername
/cygdrive/f/home/username/.ssh/config line 6: Unsupported option
"GSSAPIAuthentication"
/cygdrive/f/home/username/.ssh/config line 7: Unsupported option
"GSSAPIDelegateCredentials"
/cygdrive/f/home/username/.ssh/config line 6: Unsupported option
"GSSAPIAuthentication"
/cygdrive/f/home/username/.ssh/config line 7: Unsupported option
"GSSAPIDelegateCredentials"
Actually OpenSSH_4.6p1 should support gssapi authentication?!
To get a ticket I use heimdal kerberos for cygwin. klist says:
Ticket cache: API: [EMAIL PROTECTED]
Default principal: [EMAIL PROTECTED]
Valid starting Expires Service principal
03/30/07 11:15:28 03/30/07 21:15:31 krbtgt/[EMAIL PROTECTED]
renew until 04/06/07 11:15:28
03/30/07 11:15:29 03/30/07 21:15:31 [EMAIL PROTECTED]
renew until 04/06/07 11:15:28
Is this a problem of openssh client/server, kerberos client/server, or cygwin?
matze