summaryrefslogtreecommitdiffstats
path: root/Code/Server-Code/SSHTunnelBoxClass.py
diff options
context:
space:
mode:
authorTriatmoko2011-11-15 02:32:05 +0100
committerTriatmoko2011-11-15 02:32:05 +0100
commit7d448ebb39dfadc82cccbc115a69462209b3ecc0 (patch)
treeee7c4b95fd9ef913408d235ec6ec13ec24c440f6 /Code/Server-Code/SSHTunnelBoxClass.py
parent remove log from dia software. dia = software to draw flowchat and class diagram (diff)
downloadgsm-selftest-7d448ebb39dfadc82cccbc115a69462209b3ecc0.tar.gz
gsm-selftest-7d448ebb39dfadc82cccbc115a69462209b3ecc0.tar.xz
gsm-selftest-7d448ebb39dfadc82cccbc115a69462209b3ecc0.zip
delete dummy comment
Diffstat (limited to 'Code/Server-Code/SSHTunnelBoxClass.py')
-rwxr-xr-xCode/Server-Code/SSHTunnelBoxClass.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Code/Server-Code/SSHTunnelBoxClass.py b/Code/Server-Code/SSHTunnelBoxClass.py
index 49f6251..1b76d0b 100755
--- a/Code/Server-Code/SSHTunnelBoxClass.py
+++ b/Code/Server-Code/SSHTunnelBoxClass.py
@@ -23,7 +23,6 @@ class SSHTunneling:
try:
self.__sshTunnel = subprocess.Popen(['ssh','-p','7884','-N', '-L', command, uad], stdin=subprocess.PIPE, stdout=subprocess.PIPE)
- #self.__sshTunnel = subprocess.Popen(['ssh','-N', '-L', command, uad], stdin=subprocess.PIPE, stdout=subprocess.PIPE)
sleep(2)
self.__tunnelStarted = 1
return 1