Merge pull request #5634 from jaisubramani/5614-fix-ssh-docs-with-stdin-support

Updated ssh docs
This commit is contained in:
Seth Vargo 2015-05-14 09:57:31 -04:00
commit 309e896975
1 changed files with 1 additions and 2 deletions

View File

@ -17,8 +17,7 @@ any arbitrary commands to do things such as reverse tunneling down into the
## Options
* `-c COMMAND` or `--command COMMAND` - This executes a single SSH command, prints
out the stdout and stderr, and exits. stdin will not be functional on this
executed command.
out the stdout and stderr, and exits.
* `-p` or `--plain` - This does an SSH without authentication, leaving
authentication up to the user.