Iamlaosong
This is a Windows environment to set up the TELNET/SSH service Server software, the program is small, free open source, easy to use.
Kpym telnet/ssh Server official website: http://www.kpym.com/2/kpym/index.htm
Install what does not say, pay attention to the following points:
1, run Setup.bat server-related settings, start and close services and so on.
2, the user of the software is a Windows user, so to add users under Windows, set the password, Windows Server new users to have remote login permissions, simple point to add new users to the Administrator group.
3, the configuration file Kts.ini to increase the allowed log in the record, find the parameter allowed_login_list row, add the user name on it. The following record allows Chery and song two users to log in (separated by a colon):
Allowed_login_list = ": Chery:song:"
4, the user login will automatically in the installation directory scripts directory to find and the user name of the batch file, and then execute, such as:
There are files in my C:\Program files\kts\scripts directory:
Administrator.bat
Chery.bat
Song.bat
......
Put the content you need to execute in the appropriate batch, such as the following chery.bat:
Echo ================================================================
Echo. \scripts\chery.bat
Echo this script was executed for ' Chery ' only
echo delete/rename it if you dont need it
Echo ================================================================
CD C:\Program FILES\KTS\SCRIPTS\WMRF
Trident.exe
5, the Telnet application software should be the character interface (DOS) developed under, does not support the graphical interface.
attached: Click to download the software
Free open source software Kpym use of TELNET/SSH server