summaryrefslogtreecommitdiffstats
path: root/For Weekly Test/12-09-2011/SSHTunnelBox2Class.py
diff options
context:
space:
mode:
authorMac-Linux2011-08-31 17:39:43 +0200
committerMac-Linux2011-08-31 17:39:43 +0200
commit99c419b08d4a47fe67da8f9adec3c72d2d86ca0e (patch)
tree4e42a78a8ecadf9a4e7d2400326af027d3ccaa28 /For Weekly Test/12-09-2011/SSHTunnelBox2Class.py
parentssh tunneling add (diff)
downloadgsm-selftest-99c419b08d4a47fe67da8f9adec3c72d2d86ca0e.tar.gz
gsm-selftest-99c419b08d4a47fe67da8f9adec3c72d2d86ca0e.tar.xz
gsm-selftest-99c419b08d4a47fe67da8f9adec3c72d2d86ca0e.zip
ssh connection working good.
Diffstat (limited to 'For Weekly Test/12-09-2011/SSHTunnelBox2Class.py')
-rw-r--r--For Weekly Test/12-09-2011/SSHTunnelBox2Class.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/For Weekly Test/12-09-2011/SSHTunnelBox2Class.py b/For Weekly Test/12-09-2011/SSHTunnelBox2Class.py
index 408367e..c5ed591 100644
--- a/For Weekly Test/12-09-2011/SSHTunnelBox2Class.py
+++ b/For Weekly Test/12-09-2011/SSHTunnelBox2Class.py
@@ -22,6 +22,7 @@ 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)
self.__tunnelStarted = 1
return 1
except Exception, e: