How to run a putty ssh tunneling as Windows service?
Fresh3 days ago
Mar 15, 202610394 viewsConfidence Score0%
0%
Problem
In Windows XP or above, I may run a shell command to start a ssh session configured as ssh tunneling. I want to ssh tunnel session become available when my computer start without logon to any user session. Keep the shell command in Windows service seems to be the only solution. I try create a servi…
Error Output
putty.exe -load ssh_tunnel
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How to run a putty ssh tunneling as Windows service?
Low Risk
Windows services must be specially written to respond to the Service Manager's control requests. You cannot use any random executable as ; you'll have to use or similar tools. You should also use the command-line instead of , since the latter might …
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix