Document tty: True usage in salt-ssh roster file

Fixes #27354
This commit is contained in:
rallytime 2015-09-24 16:25:22 -06:00
parent 12a021da11
commit 08c04da48b

View file

@ -42,6 +42,8 @@ The information which can be stored in a roster `target` is the following:
# Optional parameters
port: # The target system's ssh port number
sudo: # Boolean to run command via sudo
tty: # Boolean: Set this option to True if sudo is also set to
# True and requiretty is also set on the target system
priv: # File path to ssh private key, defaults to salt-ssh.rsa
timeout: # Number of seconds to wait for response when establishing
# an SSH connection