From 4f9ee88c64bed799b20e7fb268260558898d3002 Mon Sep 17 00:00:00 2001 From: bagajjal Date: Thu, 19 Mar 2020 14:34:54 -0700 Subject: [PATCH] Updated ssh.exe examples (markdown) --- ssh.exe-examples.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ssh.exe-examples.md b/ssh.exe-examples.md index ada2a75..4b2c4a8 100644 --- a/ssh.exe-examples.md +++ b/ssh.exe-examples.md @@ -33,7 +33,10 @@ ### Setup server-side 1. On a domain joined server, set GSSAPIAuthentication to `yes` in sshd_config ### Usage on a domain joined Windows client logged in as domain user -* `ssh -K **host**` + +* `ssh -K host` + +**Please note you have to use the hostname instead of the username.** ### For Unix and Linux users