您的位置:首页 > 运维架构 > Shell

Remote shell with telnet on windows platform

2016-02-23 17:44 429 查看

Server Side

Telnet Server

make sure telnetd (tlntsvr.exe) is running, if not, start it from services.msc or “control panel“;

and make sure firewall is allowing Port:23 to pass through

netsh advfirewall firewall add rule name="allow2323in" dir=in localport=2323 protocol=TCP action=allow


Telnet administration tool

tlntadmn.exe config sec=-ntlm


so strange name of telnet administration tool.

Client Side

telnet 111.222.222.111 2323
>login: balabala
>password: balabala
>Done
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: