美文网首页
二、SSHconfig命令

二、SSHconfig命令

作者: 爱泡脚的CXY | 来源:发表于2018-03-05 21:20 被阅读0次

    config方便我们批量管理多个ssh。
    config存放在 ~/.ssh/

    远程ssh登陆linux服务器 ssh 用户名@服务器ip

    一、新建config文件
    touch config
    二、
    输入一下配置:
    host "imooc"
    HostName 192.168.56.101
    User root
    Port 22

    可以配置多个host
    登陆的时候用 ssh imooc就可以了

    相关文章

      网友评论

          本文标题:二、SSHconfig命令

          本文链接:https://www.haomeiwen.com/subject/zhhqfftx.html