RSA key authentication in ssh1 works; SSH2 is nearly there
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 3b2257a..a813511 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -135,6 +135,7 @@ typedef struct {
     /* SSH options */
     int nopty;
     enum { CIPHER_3DES, CIPHER_BLOWFISH, CIPHER_DES } cipher;
+    char keyfile[FILENAME_MAX];
     int try_tis_auth;
     /* Telnet options */
     char termtype[32];