本文講解Visual Studio Code
如何鏈接遠程解釋器服務器
若是尚未安裝Visual Studio Code
參考: 在 Visual Studio Code中進行Python開發ssh
C:\Users\你的用戶名\.ssh
Windows PowerShell
-> 點擊以管理員身份打開 Windows PowerShell
C:\Users\你的用戶名\.ssh
路徑ssh-keygen -t rsa
/root/.ssh/
路徑id_rsaa.pub
複製移動到服務器的/root/.ssh/
路徑id_rsaa.pub
到authorized_keys
文件cat id_rsaa.pub >> authorized_keys
cat authorized_keys
chmod 600 authorized_keys
ls -la
ssh
命令: service ssh restart
ssh
不會生效ssh
,若是沒有安裝,使用如下命令安裝:sudo apt-get install openssh-server
C:\Users\你的用戶名\.ssh
路徑ssh root@192.168.0.187 -p 10001 -i id_rsa
Visual Studio Code
鏈接遠程Python
環境打開 VS Code
工具
點擊遠程圖標,以下圖post
點擊設置rest
點擊配置文件 code
修改配置文件cdn
IdentityFile 須要修改爲你生成私鑰的路徑server