From 233921e20d97ca0cba53ccbcf777330ff0f0180b Mon Sep 17 00:00:00 2001 From: Manoj Ampalam Date: Wed, 19 Apr 2017 09:29:56 -0700 Subject: [PATCH] Updated ssh.exe examples (markdown) --- ssh.exe-examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh.exe-examples.md b/ssh.exe-examples.md index da11de3..c450bc6 100644 --- a/ssh.exe-examples.md +++ b/ssh.exe-examples.md @@ -2,7 +2,7 @@ ##### Login With Password: 1. Work Group Users: * `ssh user@host` -2. Domain Users: Any of the following formats: +2. Domain Users: Domain needs to be explicitly specified. Any of the following formats would work: * `ssh -l user@domain host` * `ssh domain\user@host` * `ssh user@domain@host`