Add script to install OpenSSH server
This commit is contained in:
20
postproc/openssh-server/sshd_service.reg
Normal file
20
postproc/openssh-server/sshd_service.reg
Normal file
@@ -0,0 +1,20 @@
|
||||
Windows Registry Editor Version 5.00
|
||||
|
||||
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\sshd]
|
||||
"Description"="SSH protocol based service to provide secure encrypted communications between two untrusted hosts over an insecure network."
|
||||
"DisplayName"="OpenSSH SSH Server"
|
||||
"ErrorControl"=dword:00000001
|
||||
"ImagePath"="C:\\Program Files\\OpenSSH\\sshd.exe"
|
||||
"ObjectName"="LocalSystem"
|
||||
"RequiredPrivileges"=hex(7):53,00,65,00,41,00,73,00,73,00,69,00,67,00,6e,00,50,\
|
||||
00,72,00,69,00,6d,00,61,00,72,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,50,00,\
|
||||
72,00,69,00,76,00,69,00,6c,00,65,00,67,00,65,00,00,00,53,00,65,00,54,00,63,\
|
||||
00,62,00,50,00,72,00,69,00,76,00,69,00,6c,00,65,00,67,00,65,00,00,00,53,00,\
|
||||
65,00,42,00,61,00,63,00,6b,00,75,00,70,00,50,00,72,00,69,00,76,00,69,00,6c,\
|
||||
00,65,00,67,00,65,00,00,00,53,00,65,00,52,00,65,00,73,00,74,00,6f,00,72,00,\
|
||||
65,00,50,00,72,00,69,00,76,00,69,00,6c,00,65,00,67,00,65,00,00,00,53,00,65,\
|
||||
00,49,00,6d,00,70,00,65,00,72,00,73,00,6f,00,6e,00,61,00,74,00,65,00,50,00,\
|
||||
72,00,69,00,76,00,69,00,6c,00,65,00,67,00,65,00,00,00,00,00
|
||||
"Start"=dword:00000002
|
||||
"Type"=dword:00000010
|
||||
|
||||
Reference in New Issue
Block a user