2018-10-26
执行命令:
telnet smtp.exmail.qq.com 465
出现信息:
[root@pengman Desktop]# telnet 10.223.30.128 7027Tring 10.223.30.128.7027Connected to 10.223.30.128 (10.223.30.128) ?// 表示已经成功连接Escape character is ‘^]‘ ?// 不是报错,"^]" 中的^ 表示 ctrl键,表示此时 同时按 Ctrl 和 ] ??两个键进入telnet客户端的命令模式Connection closed by foreign host. //长时间没有其他命令数据输入,linux自动关闭相应的连接
telnet出现Connection closed by foreign host
原文地址:https://www.cnblogs.com/fqxy/p/9854527.html