ssh 命令用于登录主机,用法如下:
ssh root@192.168.0.50 -p 22 # -p 用于指定ssh端口
ssh 命令
原文:http://www.cnblogs.com/mingerlcm/p/8023852.html