mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #27386 from rallytime/fix-27354
Document tty: True usage in salt-ssh roster file
This commit is contained in:
commit
b72e0b1133
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue