diff --git a/connection/ssh.py b/connection/ssh.py index 86f4c58..8600113 100644 --- a/connection/ssh.py +++ b/connection/ssh.py @@ -124,8 +124,7 @@ class Connection(SSH.Connection): ' --net={path}/net' ' --pid={path}/pid' ' --uts={path}/uts' - ' --ipc={path}/ipc' - ' --follow-context').format(path=pid_path) + ' --ipc={path}/ipc').format(path=pid_path) if _pad: cmd = '%s -- su - %s -c %s' % ( _pad,