Windows XP 이상에서 쉘 명령을 실행할 수 있습니다
putty.exe -load ssh_tunnel
ssh 터널링으로 구성된 ssh 세션을 시작합니다.
컴퓨터가 사용자 세션에 로그온하지 않고 시작할 때 ssh 터널 세션을 사용할 수있게하려고합니다.
Windows 서비스에서 쉘 명령을 유지하는 것이 유일한 해결책 인 것 같습니다. 서비스를 만들려고합니다.
c:\> sc create ssh_tunnel binpath="c:\putty.exe -load ssh_tunnel
[SC] CreateService SUCCESS
서비스가 성공적으로 생성되었습니다. 서비스를 시작할 때 :
C:\>sc start ssh_tunnel
[SC] StartService FAILED 1053:
The service did not respond to the start or control request in a timely fashion.
시작되지 않습니다.