# TODO: move to ssh plugin, note that ssh_utils refs this and needs to be updated if removed
default:ssh
default:ssh
description:
description:
- This defines the location of the ssh binary. It defaults to `ssh` which will use the first ssh binary available in $PATH.
- This defines the location of the ssh binary. It defaults to `ssh` which will use the first ssh binary available in $PATH.
@ -1162,6 +1162,7 @@ DEFAULT_TIMEOUT:
- {key: timeout, section:defaults}
- {key: timeout, section:defaults}
type:integer
type:integer
DEFAULT_TRANSPORT:
DEFAULT_TRANSPORT:
# note that ssh_utils refs this and needs to be updated if removed
name:Connection plugin
name:Connection plugin
default:smart
default:smart
description:"Default connection plugin to use, the 'smart' option will toggle between 'ssh' and 'paramiko' depending on controller OS and ssh versions"
description:"Default connection plugin to use, the 'smart' option will toggle between 'ssh' and 'paramiko' depending on controller OS and ssh versions"