From 657c4ba8c989d422b15f1c861d29d19ded3a2e9b Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 2 Sep 2018 16:35:14 +0200 Subject: [PATCH] win32-openssh: add notes about installing as a service --- win32-openssh.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/win32-openssh.json b/win32-openssh.json index f542fe103f..6e9bbf79c9 100644 --- a/win32-openssh.json +++ b/win32-openssh.json @@ -29,7 +29,11 @@ "ssh.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": { "re": "v([\\d.]+[a-zA-Z-\\d]*)", "github": "https://github.com/PowerShell/Win32-OpenSSH"