Set Bitvise Ssh Client to the Windows Service Bitvise SSH Client, which is the original Bitvise Tunnelier. It is a feature-rich SSH Client used to remotely manage Linux systems, in addition to supporting important dynamic port forwarding, it also supports multi-account logon, graphic interface SFTP, remote desktop, and so on. Www.2cto.com now needs to use NSSM to turn it into a Windows service. The script is as follows: Create a bat file and run it. The content is as follows: "C: \ Program Files (x86) \ Bitvise SSH Client \ nssm.exe" install BitviseSSHClient "C: \ Program Files (x86) \ Bitvise SSH Client \ BvSsh.exe "-loginOnStartup-profile =" C: \ Program Files (x86) \ Bitvise SSH Client \ Profile. bscp "-hostKeyFile =" C: \ Program Files (x86) \ Bitvise SSH Client \ HostKey. md5 "net start BitviseSSHClient where-profile is the configuration file of Bitvise SSH Client and-hostKeyFile is Bitvise SSH Cl The bitvise format Host Key file exported by "Host Key Manager" in the upper left corner of the ient's 1st labels. This file is only valid for this Windows Account and only for this file path. Www.2cto.com: Change the Service Startup account to a Windows account that has logged on to SSH. errors may occur when using SYSTEM or other built-in accounts. ---- Www.2cto.com: "C: \ Program Files (x86) \ Bitvise SSH Client \ nssm.exe" remove BitviseSSHClient confirm references: http://nssm.cc/usage http://www.bkjia.com/os/201301/184957.html