Displaying 1 result from an estimated 1 matches for "ssh_smsg_auth_rsa_challeng".
Did you mean:
ssh_smsg_auth_rsa_challenge
2007 Aug 22
0
Patch to allow checking of v1 keys on remote host.
..._SMSG_FAILURE)
packet_disconnect("Protocol error waiting RSA auth response: %d",
@@ -234,7 +247,8 @@
xfree(comment);
return 0;
}
- /* Otherwise, the server should respond with a challenge. */
+
+ /* Otherwise, the server should respond with a challenge. */
if (type != SSH_SMSG_AUTH_RSA_CHALLENGE)
packet_disconnect("Protocol error during RSA authentication: %d", type);
@@ -256,7 +270,15 @@
else
private = key_load_private_type(KEY_RSA1, authfile, "", NULL,
&perm_ok);
- if (private == NULL && !options.batch_mode && perm_ok) {
+
+ /*if -...