diff auth.h @ 552:de3653483ac0 agent-client

- Client auth using an agent's key works. Still need to implement client agent forwarding.
author Matt Johnston <matt@ucc.asn.au>
date Mon, 06 Jul 2009 14:02:45 +0000
parents c3f2ec71e3d4
children b321aeb57c64
line wrap: on
line diff
--- a/auth.h	Mon Jul 06 12:59:13 2009 +0000
+++ b/auth.h	Mon Jul 06 14:02:45 2009 +0000
@@ -74,6 +74,7 @@
 int cli_auth_pubkey();
 void cli_auth_interactive();
 char* getpass_or_cancel(char* prompt);
+void cli_auth_pubkey_cleanup();
 
 
 #define MAX_USERNAME_LEN 25 /* arbitrary for the moment */