美文网首页服务器环境搭建
git 客户端 ssh 连接

git 客户端 ssh 连接

作者: dingjiayi | 来源:发表于2018-11-26 23:15 被阅读0次

    ## 1. ssh 的配置 ##

    1.1 配置文件: $Home/.ssh/config

    添加配置:

        Host  aliyun

        HostName 阿里云服务器ip

        Port 指定端口

        IdentityFile ~/.ssh/id_rsa.qq

        User git 

    相关文章

      网友评论

        本文标题:git 客户端 ssh 连接

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