How to connect to other hosts remotely in Linux

Linux connects to other Linux hosts

# ftp连接
ftp <ip>

# telnet连接
telnet <ip>

#ssh远程连接
ssh -p <port> <username>@<ip>

Linux connects to other Windows hosts

# 使用xfreerdp工具
xfreerdp /u:<username> /p:<password> /v:<ip>

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324239432&siteId=291194637