mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-26 23:44:35 +02:00
Updated ssh.exe examples (markdown)
parent
b04b47a97b
commit
63c382ca65
@ -29,6 +29,12 @@
|
|||||||
2. Double check access permissions on authorized_keys (only System, Administrators and owner can have access).
|
2. Double check access permissions on authorized_keys (only System, Administrators and owner can have access).
|
||||||
`icacls %systemdrive%\Users\<user>\.ssh\authorized_keys`
|
`icacls %systemdrive%\Users\<user>\.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
|
### For Unix and Linux users
|
||||||
|
|
||||||
The [Modern Unix Rosetta Stone](https://certsimple.com/rosetta-stone) includes PowerShell examples of common Unix and Linux commands.
|
The [Modern Unix Rosetta Stone](https://certsimple.com/rosetta-stone) includes PowerShell examples of common Unix and Linux commands.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user