From 3bbfc0002b0af60512be717fe5afcefbba6ca6c7 Mon Sep 17 00:00:00 2001 From: Manoj Ampalam Date: Wed, 19 Apr 2017 09:29:20 -0700 Subject: [PATCH] Updated ssh.exe examples (markdown) --- ssh.exe-examples.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ssh.exe-examples.md b/ssh.exe-examples.md index c1705f8..da11de3 100644 --- a/ssh.exe-examples.md +++ b/ssh.exe-examples.md @@ -1,11 +1,11 @@ ##### Login With Password: 1. Work Group Users: - * `ssh.exe user@host` -2. Domain Users: - * `ssh.exe -l user@domain host` - * If above doesn't work, try this - - ssh.exe 'DOMAIN\user'@host + * `ssh user@host` +2. Domain Users: Any of the following formats: + * `ssh -l user@domain host` + * `ssh domain\user@host` + * `ssh user@domain@host` ##### Login With SSH Keys