telnet
嚯嚯 发表于 2020-06-22 14:12浏览次数:
telnet 命令使得用户能够远程登录到命令提示的另一台计算机。
The telnet command enables a user to telnet to another computer from the command prompt.
除非没有其他选择,否则出于安全原因,建议不要使用Telnet。考虑使用SSH作为替代方案。
Unless there are no other options, we suggest not using Telnet for security reasons. Consider SSH as an alternative.
目录:
1 telnet 运行系统环境
2 telnet 语法
3 telnet 示例
telnet 运行系统环境
telnet 语法
telnet [host [port]]
host
|
指定远程计算机的主机名或IP地址。
|
port
|
指定端口号或服务名称。
|
通过实际的telnet程序可用的命令
close
|
关闭当前连接。
|
display
|
显示操作参数。
|
open
|
连接到站点。
|
quit
|
退出telnet。
|
set
|
设置选项(为列表键入“ set?”)。
NTLM
|
打开NTLM身份验证。
|
LOCAL_ECHO
|
开启LOCAL_ECHO。
|
TERM x
|
(其中x是ANSI,VT100,VT52或VTNT)
|
CRLF
|
同时发送CR和LF
|
|
status
|
打印状态信息。
|
unset
|
未设置选项(为列表键入“未设置?”)。
NTLM
|
关闭NTLM身份验证。
|
LOCAL_ECHO
|
关闭LOCAL_ECHO。
|
CRLF
|
仅发送CR(不发送LF)
|
|
?/help
|
打印帮助信息。
|
telnet [host [port]]
host
|
Specifies the hostname or IP address of the remote computer.
|
port
|
Specifies the port number or service name.
|
Commands available through the actual telnet program
close
|
Closes the current connection.
|
display
|
Displays operating parameters.
|
open
|
Connects to a site.
|
quit
|
Exit telnet.
|
set
|
Set options (type 'set ?' for a list).
NTLM
|
Turn on NTLM Authentication.
|
LOCAL_ECHO
|
Turn on LOCAL_ECHO.
|
TERM x
|
(where x is ANSI, VT100, VT52, or VTNT)
|
CRLF
|
Send both CR and LF
|
|
status
|
Print status information.
|
unset
|
Unset options (type 'unset ?' for a list).
NTLM
|
Turn off NTLM Authentication.
|
LOCAL_ECHO
|
Turn off LOCAL_ECHO.
|
CRLF
|
Send only CR (no LF is sent)
|
|
?/help
|
Print help information.
|
telnet 示例
telnet myhost.com
Telnet到计算机myhost.com
telnet myhost.com
Telnet to the computer myhost.com