Differences
This shows you the differences between the selected revisions of the page.
2017-04-19 | 2017-05-12 | ||
wording (martin) | Add fix for icacls command (85.228.28.96) | ||
Line 24: | Line 24: | ||
* Create the ''.ssh'' folder (for the ''authorized_keys'' file) in your Windows account profile folder (typically in ''C:\Users\username\.ssh''). &winpath | * Create the ''.ssh'' folder (for the ''authorized_keys'' file) in your Windows account profile folder (typically in ''C:\Users\username\.ssh''). &winpath | ||
- | * Grant the %%SSH%% server read permissions to the ''.ssh'' folder. As the Administrator, run: \\ ''%%icacls C:\users\username\.ssh /grant "NT Service\sshd":R /T%%'' | + | * Grant the %%SSH%% server read permissions to the ''.ssh'' folder. As the Administrator, run: \\ ''%%icacls C:\users\username\.ssh /grant "NT Service\sshd":R /T%%''. If this command fails with an Invalid Parameter error, you might need to try: \\ ''%%icacls C:\users\username\.ssh /grant sshd:R /T%%'' |
===== [[connecting]] Connecting to the server ===== | ===== [[connecting]] Connecting to the server ===== |