Updated ssh.exe examples (markdown)
parent
b4c48f7572
commit
834456876b
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue