From b6896173e4c7a75fea1da1b6f517620afb73ae80 Mon Sep 17 00:00:00 2001 From: Manoj Ampalam Date: Thu, 9 Mar 2017 11:10:22 -0800 Subject: [PATCH] Updated ssh.exe examples (markdown) --- ssh.exe-examples.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ssh.exe-examples.md b/ssh.exe-examples.md index ff10d1f..35f5a29 100644 --- a/ssh.exe-examples.md +++ b/ssh.exe-examples.md @@ -4,6 +4,9 @@ * `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 + ##### Login With SSH Keys