summaryrefslogtreecommitdiffstats
path: root/ssh.py
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.py')
-rw-r--r--ssh.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ssh.py b/ssh.py
index d790d4a..f8926d7 100644
--- a/ssh.py
+++ b/ssh.py
@@ -55,7 +55,6 @@ def connect(rhostport, python):
def setup():
# runs in the child process
s2.close()
- os.setsid()
s1a,s1b = os.dup(s1.fileno()), os.dup(s1.fileno())
s1.close()
debug2('executing: %r\n' % argv)