Skip to content
Snippets Groups Projects
Commit 74c9e297 authored by Chris Hines's avatar Chris Hines
Browse files

more logz

parent 1281b54f
3 merge requests!77Revert "disable agressive kill and restart",!45Test,!44Dev
Pipeline #11904 passed
......@@ -132,6 +132,8 @@ class Ssh:
if sess.socket is None:
raise SshAgentException("No ssh-agent yet")
env['SSH_AUTH_SOCK'] = sess.socket
logger.debug("creating master socket")
logger.debug(" ".join(sshcmd))
ctrl_p = subprocess.Popen(sshcmd,
stdout=subprocess.PIPE, stderr=subprocess.PIPE,
stdin=None,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment