mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
win32-openssh: add notes about installing as a service
This commit is contained in:
parent
1c6d6d31c3
commit
657c4ba8c9
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user