Merge "Disable SSH agent formarding by default."

This commit is contained in:
Zuul 2019-05-30 13:37:52 +00:00 committed by Gerrit Code Review
commit 30f336a736

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