Difference between revisions of "Sshpass -h"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lc}} {{sshpass}}")
 
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
  
 +
[[sshpass]] -h
 +
<pre>
 +
Usage: sshpass [-f|-d|-p|-e] [-hV] command parameters
 +
  -f filename  Take password to use from file
 +
  -d number    Use number as file descriptor for getting password
 +
  -p password  Provide password as argument (security unwise)
 +
  -e            Password is passed as env-var "SSHPASS"
 +
  With no parameters - password will be taken from stdin
 +
 +
  -P prompt    Which string should sshpass search for to detect a password prompt
 +
  -v            Be verbose about what you're doing
 +
  -h            Show help (this screen)
 +
  -V            Print version information
 +
At most one of -f, -d, -p or -e should be used
 +
</pre>
 
   
 
   
 +
== See also ==
 +
* {{sshpass}}
  
 
+
[[Category:SSH]]
{{sshpass}}
 

Latest revision as of 16:04, 11 September 2023


sshpass -h
Usage: sshpass [-f|-d|-p|-e] [-hV] command parameters
   -f filename   Take password to use from file
   -d number     Use number as file descriptor for getting password
   -p password   Provide password as argument (security unwise)
   -e            Password is passed as env-var "SSHPASS"
   With no parameters - password will be taken from stdin

   -P prompt     Which string should sshpass search for to detect a password prompt
   -v            Be verbose about what you're doing
   -h            Show help (this screen)
   -V            Print version information
At most one of -f, -d, -p or -e should be used

See also[edit]

Advertising: