Differences
This shows you the differences between the selected revisions of the page.
2016-07-19 | 2016-09-19 | ||
Restored revision 1464872579. Undoing revision 1468877167. (martin) (hidden) | put ".\" before "ssh-keygen.exe -A" (80.228.26.190) | ||
Line 9: | Line 9: | ||
* As the Administrator, install SSHD and ssh-agent services: \\ ''powershell.exe .\install-sshd.ps1'' | * As the Administrator, install SSHD and ssh-agent services: \\ ''powershell.exe .\install-sshd.ps1'' | ||
* Generate server keys by running the following commands from the ''C:\openssh'': <code> | * Generate server keys by running the following commands from the ''C:\openssh'': <code> | ||
- | ssh-keygen.exe -A | + | .\ssh-keygen.exe -A |
</code> | </code> | ||
* Open a port for the %%SSH%% server in Windows Firewall: | * Open a port for the %%SSH%% server in Windows Firewall: |