通常咱們使用ssh鏈接遠程主機的時候,使用命令是:vim
ssh root[@ip](https://my.oschina.net/u/3749391) ssh –i [identity-file] -p [port] user@hostname
可是若是ip地址過多,其實根本記不住微信
而後咱們就能夠用到config管理配置了ssh
vim ~/.ssh/config 增長如下配置 Host <alias> HostName <ip-address> Port <port> User <username> IdentityFile <path_to_your_private_key>
以後就能夠使用如下命令直接登陸ide
ssh <alias>
如但願瞭解更多,請關注微信公衆號 .net