Disable SSH agent formarding by default.
Change-Id: I2db6f5d9c21bb7ad32c0e1711ad3c0969ecdbb33
This commit is contained in:
parent
eb28b035f5
commit
f9bec3dd2e
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user