aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPSSHTunnel.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2013-02-20 01:22:45 +0000
committerrowanbeentje <rowan@beent.je>2013-02-20 01:22:45 +0000
commit6be2edae44406588125036771a6b030993ba58aa (patch)
tree3b5a6e93e0cf660f2b4e3229f7dce99ef5774785 /Source/SPSSHTunnel.h
parent36fa01d0c98481af4b6a17061ac94c0a5a0186fe (diff)
downloadsequelpro-6be2edae44406588125036771a6b030993ba58aa.tar.gz
sequelpro-6be2edae44406588125036771a6b030993ba58aa.tar.bz2
sequelpro-6be2edae44406588125036771a6b030993ba58aa.zip
- Default to disabling SSH multiplexing to avoid connection issues as per Issue #1457; leave multiplexing code present, but behind a preference. Run `defaults write com.sequelpro.SequelPro -boolean YES` to re-enable.
Diffstat (limited to 'Source/SPSSHTunnel.h')
-rw-r--r--Source/SPSSHTunnel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/SPSSHTunnel.h b/Source/SPSSHTunnel.h
index 25a98cc4..08c39c07 100644
--- a/Source/SPSSHTunnel.h
+++ b/Source/SPSSHTunnel.h
@@ -82,7 +82,6 @@
}
@property (readonly) BOOL passwordPromptCancelled;
-@property (readwrite) BOOL connectionMuxingEnabled;
@property (readonly) BOOL taskExitedUnexpectedly;
- (id)initToHost:(NSString *)theHost port:(NSInteger)thePort login:(NSString *)theLogin tunnellingToPort:(NSInteger)targetPort onHost:(NSString *)targetHost;