From 66f4fe683c864329d84a2c3e38127eebd933987e Mon Sep 17 00:00:00 2001 From: bagajjal Date: Thu, 14 Apr 2022 14:18:33 -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 d15ddbc..433aa35 100644 --- a/ssh.exe-examples.md +++ b/ssh.exe-examples.md @@ -32,7 +32,7 @@ ## Login using Kerberos Authentication ### Setup server-side 1. On a domain joined server, set GSSAPIAuthentication to `yes` in sshd_config -2. If you modify the sshd_config then restart the sshd service +2. If sshd_config is modified then restart the sshd service * `net stop sshd` * `net start sshd`