ssh
分类
描述
安全远程登录
语法
ssh [选项] [用户@]主机
常用选项
使用示例
- ssh user@192.168.1.100: 登录远程主机
- ssh -p 2222 user@host: 使用指定端口登录
相关命令