Differences
This shows you the differences between the selected revisions of the page.
2016-06-02 | 2016-09-19 | ||
update link (martin) | 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: |