win32-openssh: add notes about installing as a service

This commit is contained in:
Richard Kuhnt 2018-09-02 16:35:14 +02:00
parent 1c6d6d31c3
commit 657c4ba8c9

View File

@ -29,7 +29,11 @@
"ssh.exe", "ssh.exe",
"sshd.exe" "sshd.exe"
], ],
"notes": "This is a pre-release (non-production ready)", "notes": [
"This is a pre-release (non-production ready)",
"Run 'sudo $dir\\install-sshd.ps1' to install sshd and ssh-agent as a service.",
"Run 'sudo $dir\\uninstall-sshd.ps1' them service."
],
"checkver": { "checkver": {
"re": "v([\\d.]+[a-zA-Z-\\d]*)", "re": "v([\\d.]+[a-zA-Z-\\d]*)",
"github": "https://github.com/PowerShell/Win32-OpenSSH" "github": "https://github.com/PowerShell/Win32-OpenSSH"