8f39a237d77850e24b4b51b98c25e1445f778e2b
Tech/WindowsProductivity.md
... | ... | @@ -36,6 +36,15 @@ New-Alias grep select-string |
36 | 36 | |
37 | 37 | * Must be set for each user individually |
38 | 38 | |
39 | +# OpenSSH |
|
40 | +- Host config is in `C:\ProgramData\ssh` |
|
41 | +- comment out administrators auth keys override |
|
42 | + ``` |
|
43 | + #Match Group administrators |
|
44 | + # AuthorizedKeysFile __PROGRAMDATA__/ssh/administrators_authorized_keys |
|
45 | + ``` |
|
46 | +- `Set-Service sshd -StartupType Automatic` |
|
47 | +- `Restart-Service sshd` |
|
39 | 48 | |
40 | 49 | # Scoop |
41 | 50 |