📜  ssh config github - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:51.786000             🧑  作者: Mango

代码示例1
Host github.com
        User git
        Hostname github.com
        PreferredAuthentications publickey
        IdentityFile /home/user/.ssh/id_rsa