diff --git a/tobiko/shell/ssh/config.py b/tobiko/shell/ssh/config.py index e3b9e12fc..f2cc78848 100644 --- a/tobiko/shell/ssh/config.py +++ b/tobiko/shell/ssh/config.py @@ -42,7 +42,7 @@ def register_tobiko_options(conf): default='~/.ssh/id_rsa', help="Default SSH private key file"), cfg.BoolOpt('allow_agent', - default=True, + default=False, help=("Set to False to disable connecting to the " "SSH agent")), cfg.BoolOpt('compress',