From 9e9bc3dbe59f7cb078d84ae66cd843b4f2cc77c0 Mon Sep 17 00:00:00 2001 From: bagajjal Date: Thu, 19 Mar 2020 14:33:07 -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 d93bb6d..ada2a75 100644 --- a/ssh.exe-examples.md +++ b/ssh.exe-examples.md @@ -33,7 +33,7 @@ ### 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**` ### For Unix and Linux users