# 在 local 端 VSCode 点击新建 ssh,输入 ssh <user>@<ip> -A,修改 config,点击 connect
# 在 local 端 cmd 运行 ssh-keygen -t rsa
# 在 remote 端 shell 运行 ssh-keygen -t rsa
cd /home/lyc/.ssh/id_rsa
# 将 loacl 端 id_rsa.pub 的内容复制到 authorized_keys
vim authorized_keys
标签:免密,VSCode,rsa,keys,ssh,id,authorized
From: https://www.cnblogs.com/cong0221/p/17294438.html