vscode连接ssh免密
vscode连接ssh免密
波奇大帝Windows端生成私钥
ssh-keygen -t rsa -f ~/.ssh/id_rsa_manjaro //rsa后缀用于和github密钥区分开
id_rsa_manjaro.pub
Ubuntu添加私钥
用户.ssh里的authorized_keys
vscode设置ssh的config
1 | Host Manjaro |

ssh-keygen -t rsa -f ~/.ssh/id_rsa_manjaro //rsa后缀用于和github密钥区分开
id_rsa_manjaro.pub
用户.ssh里的authorized_keys
1 | Host Manjaro |