配置远程计算机的别名在~/ .ssh目录创建config文件cd ~/.ssh
touch config #创建config文件
在config文件中复制以下内容 Host los # los是远程计算机或者
2020-04-09