From 4dd35802b63da28364f945f3a4a5ee0f6a93e412 Mon Sep 17 00:00:00 2001 From: jaisubramani Date: Sat, 25 Apr 2015 17:22:10 -0700 Subject: [PATCH] Updated ssh docs --- website/docs/source/v2/cli/ssh.html.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/docs/source/v2/cli/ssh.html.md b/website/docs/source/v2/cli/ssh.html.md index 68685cbac..f910b324b 100644 --- a/website/docs/source/v2/cli/ssh.html.md +++ b/website/docs/source/v2/cli/ssh.html.md @@ -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.