mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
653 B
YAML
16 lines
653 B
YAML
11 years ago
|
---
|
||
|
dss_key_basic: >
|
||
|
ssh-dss DATA_BASIC root@testing
|
||
|
dss_key_unquoted_option: >
|
||
|
idle-timeout=5m ssh-dss DATA_UNQUOTED_OPTION root@testing
|
||
|
dss_key_command: >
|
||
|
command="/bin/true" ssh-dss DATA_COMMAND root@testing
|
||
|
dss_key_complex_command: >
|
||
|
command="echo foo 'bar baz'" ssh-dss DATA_COMPLEX_COMMAND root@testing
|
||
|
dss_key_command_single_option: >
|
||
|
no-port-forwarding,command="/bin/true" ssh-dss DATA_COMMAND_SINGLE_OPTIONS root@testing
|
||
|
dss_key_command_multiple_options: >
|
||
|
no-port-forwarding,idle-timeout=5m,command="/bin/true" ssh-dss DATA_COMMAND_MULTIPLE_OPTIONS root@testing
|
||
|
dss_key_trailing: >
|
||
|
ssh-dss DATA_TRAILING root@testing foo bar baz
|