bash
vim ~/.ssh/config
加入
bash
Host com_t4
HostName ip
User 用户名
Port 端口
这样就可以直接使用下面 ssh 别名的方式来登录了
bash
ssh com_t4
当然,这里别名可以自己取,ip、用户名啥的也都是根据自己情况配置