windows 10 1809後支持ssh命令linux
一、生成ssh密鑰。使用如下命令,先生成本地公鑰和私鑰ssh-keygen -t rsa -b 4096
執行完後,本地用戶文件夾【C:\Users\用戶名.ssh】會生成 id_rsa 和 id_rsa.pub 兩個文件,分別對應 私鑰 和 公鑰。windows
一、將windows開發機上生成的 id_rsa.pub 公鑰文件內容,追加到 linux 上 /root/.ssh/authorized_keys 文件內
二、開啓ssh登陸
參考連接:https://www.jianshu.com/p/4d83d8ecd192
三、windows 10開發機驗證登錄ssh root@[IP地址]
如圖所示,表示登陸成功
服務器
3、VS Code 配置
一、插件安裝
ssh
二、添加主機配置文件,並進行遠程鏈接開發
post
配置文件如圖所示。右鍵左邊的主機列表,點擊 鏈接主機 選項
.net
三、此時會新打開一個命令行界面,在linux服務器上自動安裝vscode遠程開發服務
插件
四、配置完成命令行
https://code.visualstudio.com/docs/remote/troubleshooting#_configuring-key-based-authentication
3d
http://www.javashuo.com/article/p-ohgbybtb-gq.html
https://xirikm.net/2019/619-1
https://yq.aliyun.com/articles/711865code