| Summary: | 'ssh -k' should explicitly disable gss auth | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Frank Cusack <frank+ssh> |
| Component: | Kerberos support | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED WONTFIX | ||
| Severity: | normal | CC: | djm |
| Priority: | P2 | ||
| Version: | 5.8p1 | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
Frank Cusack
2011-02-24 13:44:06 AEDT
I think the issue here is that -K and -k are not completely symmetrical:
> -K Enables GSSAPI-based authentication and forwarding (delegation)
> of GSSAPI credentials to the server.
>
> -k Disables forwarding (delegation) of GSSAPI credentials to the
> server.
I think the rationale is that delegation requires authentication to be useful, but disabling delegation without disabling authentication is a useful thing to do too.
My mistake. Current usage is fine. close resolved bugs now that openssh-5.9 has been released |