免費開源軟體kpymtelnet/sshserver的使用

來源:互聯網
上載者:User

免費開源軟體kpymtelnet/sshserver的使用

作者:iamlaosong

這是一個windows環境下架設telnet/ssh服務的伺服器軟體,程式較小,免費開源,用起來也簡單。

KpyM Telnet/SSH Server 官方網站 :http://www.kpym.com/2/kpym/index.htm

安裝什麼的就不說了,注意以下幾點:

1、運行setup.bat進行伺服器相關設定,啟動和關閉服務等。

2、該軟體的使用者就是windows使用者,所以要在windows下添加使用者,設定密碼,windows server新增使用者要有遠程登入許可權,簡單點就把新使用者加到administrator組就可以了。

3、設定檔kts.ini中增加允許登入的記錄,找到參數allowed_login_list所在行,添加使用者名稱就可以了。如下面的記錄是允許chery和song兩個使用者登入(用冒號分隔使用者):

allowed_login_list = ":chery:song:"

4、使用者登入後會自動在安裝目錄下scripts目錄尋找和使用者名稱同名的批次檔,然後執行,如:

我的C:\Program Files\KTS\scripts目錄下有檔案:

administrator.bat

chery.bat

song.bat

......

把需要執行的內容放到相應的批處理中即可,如Chery.bat的內容如下:

echo ================================================================
echo .\scripts\chery.bat
echo this script is executed for 'chery' only
echo delete/rename it if you dont need it
echo ================================================================
cd C:\Program Files\KTS\scripts\WMRF
trident.exe

5、telnet應用軟體應是字元介面(DOS)下開發的,不支援圖形介面。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.