search for: mutual_auth

Displaying 2 results from an estimated 2 matches for "mutual_auth".

2017 Jan 17
2
Question on Kerberos (GSSAPI) auth
..._flag. [Ron] Thanks - I did see that, but shouldn't that mean it should work correctly when my client is connecting to sshd whether or not I set the mutual auth flag? That doesn?t appear to be the case. Are you saying that OpenSSH?s sshd is intentionally rejecting the request when it sees the mutual_auth flag is not set? I see some code in OpenSSH which suggests it might be trying to do that, but I?m never actually getting an auth failure here. The connection just hangs. When tracing it, it looks like OpenSSH?s sshd feeds the token I send into its accepting context and gets back no token to send (...
2017 Jan 16
2
Question on Kerberos (GSSAPI) auth
I?m working on an implementation of ?gssapi-with-mic? authentication for my AsyncSSH package and trying to get it to interoperate with OpenSSH. I?ve gotten it working, but there seems to be a discrepancy between the OpenSSH implementation and RFC 4462. Specifically, RFC 4462 says the following in section 3.4: Since the user authentication process by its nature authenticates only the client,