From 63c382ca65b48561716f5192294573758a57166f Mon Sep 17 00:00:00 2001 From: Manoj Ampalam Date: Fri, 11 Jan 2019 22:39:58 -0800 Subject: [PATCH] Updated ssh.exe examples (markdown) --- ssh.exe-examples.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ssh.exe-examples.md b/ssh.exe-examples.md index 256ade0..d93bb6d 100644 --- a/ssh.exe-examples.md +++ b/ssh.exe-examples.md @@ -29,6 +29,12 @@ 2. Double check access permissions on authorized_keys (only System, Administrators and owner can have access). `icacls %systemdrive%\Users\\.ssh\authorized_keys` +## Login using Kerberos Authentication +### 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` + ### For Unix and Linux users The [Modern Unix Rosetta Stone](https://certsimple.com/rosetta-stone) includes PowerShell examples of common Unix and Linux commands.