Disable SSH agent formarding by default.

Change-Id: I2db6f5d9c21bb7ad32c0e1711ad3c0969ecdbb33
This commit is contained in:
Federico Ressi 2019-05-30 12:55:57 +02:00
parent eb28b035f5
commit f9bec3dd2e

View File

@ -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',