From fc376dee02d93ce3c1c8c8726cb2836a3f812649 Mon Sep 17 00:00:00 2001 From: Manoj Ampalam Date: Wed, 30 May 2018 10:16:52 -0700 Subject: [PATCH] Updated ssh.exe examples (markdown) --- ssh.exe-examples.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ssh.exe-examples.md b/ssh.exe-examples.md index ce90ba2..64f35c6 100644 --- a/ssh.exe-examples.md +++ b/ssh.exe-examples.md @@ -3,10 +3,12 @@ 1. Workgroup users * `ssh user@host` -2. Domain users: Domain needs to be explicitly specified. Any of the following formats work +2. Domain users: Prior to v7.7.0.0, domain needs to be explicitly specified. Any of the following formats work * `ssh -l user@domain host` * `ssh domain\user@host` * `ssh user@domain@host` + * `ssh user@host` (works from v7.7.0.0 onwards provided `user` has no conflicts otherwise - ex. `user` exists both on local account data base and on domain) + ## Login With SSH Keys