Displaying 1 result from an estimated 1 matches for "checkey".
Did you mean:
checked
2007 Aug 22
0
Patch to allow checking of v1 keys on remote host.
.... */
auth = ssh_get_authentication_connection();
- if (!auth)
+if (!auth)
return 0;
if ((challenge = BN_new()) == NULL)
@@ -84,7 +85,7 @@
/* Try this identity. */
debug("Trying RSA authentication via agent with '%.100s'", comment);
- xfree(comment);
+ if (!options.checkey) xfree(comment);
/* Tell the server that we are willing to authenticate using this key. */
packet_start(SSH_CMSG_AUTH_RSA);
@@ -107,9 +108,17 @@
packet_disconnect("Protocol error during RSA authentication: %d",
type);
+ /*if -u is enabled print a message...