diff options
author | rowanbeentje <rowan@beent.je> | 2010-09-08 21:36:11 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2010-09-08 21:36:11 +0000 |
commit | f7a69e2454ca3dd1f1a62875522e9fb3dea572b3 (patch) | |
tree | 847d2a915dfd496382977fc64799222057a923e3 /Source/SPSSHTunnel.h | |
parent | 3f6aa841dd77af2cf8f2818c91cd186aec2ca5e0 (diff) | |
download | sequelpro-f7a69e2454ca3dd1f1a62875522e9fb3dea572b3.tar.gz sequelpro-f7a69e2454ca3dd1f1a62875522e9fb3dea572b3.tar.bz2 sequelpro-f7a69e2454ca3dd1f1a62875522e9fb3dea572b3.zip |
- Add support for SSH identity files (public keys) in custom locations
- Update localisable strings
- Fix initial window position
Diffstat (limited to 'Source/SPSSHTunnel.h')
-rw-r--r-- | Source/SPSSHTunnel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPSSHTunnel.h b/Source/SPSSHTunnel.h index 9230f7e1..3af537c6 100644 --- a/Source/SPSSHTunnel.h +++ b/Source/SPSSHTunnel.h @@ -51,6 +51,7 @@ NSString *keychainName; NSString *keychainAccount; NSString *requestedPassphrase; + NSString *identityFilePath; NSMutableArray *debugMessages; NSLock *debugMessagesLock; BOOL useHostFallback; @@ -71,6 +72,7 @@ - (void) setParentWindow:(NSWindow *)theWindow; - (BOOL) setPasswordKeychainName:(NSString *)theName account:(NSString *)theAccount; - (BOOL) setPassword:(NSString *)thePassword; +- (BOOL) setKeyFilePath:(NSString *)thePath; - (NSInteger) state; - (NSString *) lastError; - (NSString *) debugMessages; |