Updated ssh.exe examples (markdown)

bagajjal 2022-04-14 14:18:08 -07:00
parent b4c48f7572
commit 834456876b
1 changed files with 5 additions and 0 deletions

@ -32,6 +32,11 @@
## 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
* `net stop sshd`
* `net start sshd`
### Usage on a domain joined Windows client logged in as domain user
* `ssh -K host`