{"id":10116,"date":"2025-04-18T17:49:23","date_gmt":"2025-04-18T09:49:23","guid":{"rendered":"https:\/\/www.wsisp.com\/helps\/10116.html"},"modified":"2025-04-18T17:49:23","modified_gmt":"2025-04-18T09:49:23","slug":"%e3%80%90%e4%bf%9d%e5%a7%86%e7%ba%a7%e6%95%99%e7%a8%8b%e3%80%91windows-%e8%bf%9c%e7%a8%8b%e7%99%bb%e9%99%86-linux-%e6%9c%8d%e5%8a%a1%e5%99%a8%e7%9a%84%e4%b8%a4%e7%a7%8d%e6%96%b9%e5%bc%8f%ef%bc%9assh","status":"publish","type":"post","link":"https:\/\/www.wsisp.com\/helps\/10116.html","title":{"rendered":"\u3010\u4fdd\u59c6\u7ea7\u6559\u7a0b\u3011Windows \u8fdc\u7a0b\u767b\u9646 Linux \u670d\u52a1\u5668\u7684\u4e24\u79cd\u65b9\u5f0f\uff1aSSH + VS Code\uff0c\u5f00\u53d1\u5fc5\u5907"},"content":{"rendered":"<h2>0. \u524d\u8a00<\/h2>\n<p>\u5f88\u591a\u60c5\u51b5\u4e0b\u4ee3\u7801\u5f00\u53d1\u9700\u8981\u4f9d\u8d56 Linux \u7cfb\u7edf&#xff0c;\u8fdc\u7a0b\u8fde\u63a5 Linux \u670d\u52a1\u5668\u8fdb\u884c\u5f00\u53d1\u548c\u7ef4\u62a4\u5df2\u6210\u4e3a\u4e00\u79cd\u5e38\u6001\u3002\u5bf9\u4e8e\u4f7f\u7528Windows\u7cfb\u7edf\u7684\u5f00\u53d1\u8005\u6765\u8bf4&#xff0c;\u638c\u63e1\u5982\u4f55\u901a\u8fc7 SSH \u5b89\u5168\u5730\u8fde\u63a5\u5230 Linux \u670d\u52a1\u5668&#xff0c;\u5e76\u5229\u7528 VS Code \u7f16\u8f91\u5668\u8fdb\u884c\u5f00\u53d1&#xff0c;\u662f\u4e00\u9879\u5fc5\u5907\u7684\u6280\u80fd\u3002\u5bf9\u4e8e\u6ca1\u6709\u670d\u52a1\u5668\u7684\u540c\u5b66&#xff0c;\u53ef\u4ee5\u53c2\u8003\u7b14\u8005\u4e4b\u524d\u7684\u6587\u7ae0 Windows\u4e0a\u5b89\u88c5Linux\u5b50\u7cfb\u7edf&#xff0c;\u641e\u53f0\u865a\u62df\u673a\u73a9\u73a9 \u51c6\u5907\u4e00\u4e2a Linux \u73af\u5883\u3002<\/p>\n<p>\u672c\u6587\u5c06\u8be6\u7ec6\u4ecb\u7ecd\u4e24\u79cd\u5728 Windows \u4e0b\u8fdc\u7a0b\u767b\u9646 Linux \u670d\u52a1\u5668\u7684\u65b9\u6cd5&#xff1a;SSH \u547d\u4ee4\u884c\u548c VS Code \u8fdc\u7a0b\u5f00\u53d1\u3002<\/p>\n<h2>1. \u8fdc\u7a0b\u767b\u9646\u7684\u4e24\u79cd\u65b9\u5f0f<\/h2>\n<h3>1.1 SSH\u8fdc\u7a0b\u8fde\u63a5Linux\u670d\u52a1\u5668<\/h3>\n<p>SSH&#xff08;Secure Shell&#xff09;\u662f\u4e00\u79cd\u7f51\u7edc\u534f\u8bae&#xff0c;\u7528\u4e8e\u52a0\u5bc6\u65b9\u5f0f\u8fdc\u7a0b\u767b\u5f55\u5230\u670d\u52a1\u5668\u3002\u4ee5\u4e0b\u662f\u901a\u8fc7SSH\u8fde\u63a5Linux\u670d\u52a1\u5668\u7684\u57fa\u672c\u6b65\u9aa4&#xff1a;<\/p>\n<li>\n<p>\u5b89\u88c5SSH\u5ba2\u6237\u7aef&#xff1a;Windows 10\u53ca\u4ee5\u4e0a\u7248\u672c\u81ea\u5e26\u4e86OpenSSH\u5ba2\u6237\u7aef<\/p>\n<\/li>\n<li>\n<p>\u5b89\u88c5SSH\u670d\u52a1\u7aef&#xff1a;\u5728\u670d\u52a1\u5668\u7aef\u5b89\u88c5 OpenSSH&#xff0c;\u9700\u8981\u5728\u670d\u52a1\u5668\u7ec8\u7aef\u8fdb\u884c\u3002<\/p>\n<p> <span class=\"token comment\"># \u5b89\u88c5 ssh<\/span><br \/>\n<span class=\"token function\">sudo<\/span> <span class=\"token function\">apt<\/span> <span class=\"token function\">install<\/span> openssh-server<br \/>\n<span class=\"token comment\"># \u5b89\u88c5\u5b8c\u6210\u540e\u4e00\u822c\u4f1a\u81ea\u52a8\u542f\u52a8&#xff0c;\u901a\u8fc7\u5982\u4e0b\u547d\u4ee4\u68c0\u67e5 ssh \u662f\u5426\u5df2\u7ecf\u542f\u52a8<\/span><br \/>\n<span class=\"token function\">sudo<\/span> systemctl status <span class=\"token function\">ssh<\/span><br \/>\n<span class=\"token comment\"># \u5982\u679c\u6ca1\u6709\u542f\u52a8&#xff0c;\u9700\u8981\u542f\u52a8 ssh \u670d\u52a1<\/span><br \/>\n<span class=\"token function\">sudo<\/span> systemctl start <span class=\"token function\">ssh<\/span><br \/>\n<span class=\"token comment\"># \u5982\u679c\u8981\u505c\u6b62 ssh \u670d\u52a1<\/span><br \/>\n<span class=\"token function\">sudo<\/span> systemctl stop <span class=\"token function\">ssh<\/span>\n <\/li>\n<li>\n<p>\u901a\u8fc7SSH\u767b\u9646\u670d\u52a1\u5668&#xff1a;ssh \u767b\u9646\u670d\u52a1\u5668\u4e00\u822c\u6709\u4e24\u79cd\u65b9\u5f0f&#xff1a;<\/p>\n<\/li>\n<ul>\n<li>\n<p>\u4f7f\u7528\u5bc6\u94a5\u8ba4\u8bc1&#xff1a;\u53c2\u8003\u7b14\u8005\u4e4b\u524d\u7684\u6587\u7ae0 Windows\u4e0a\u5b89\u88c5Linux\u5b50\u7cfb\u7edf&#xff0c;\u641e\u53f0\u865a\u62df\u673a\u73a9\u73a9 \u4e2d\u5bf9\u5bc6\u94a5\u8ba4\u8bc1\u6b65\u9aa4\u7684\u5206\u4eab&#xff0c;\u7b80\u8a00\u4e4b&#xff0c;\u4e3b\u8981\u5206\u4e3a\u4ee5\u4e0b\u4e24\u6b65&#xff1a; \u9996\u5148&#xff0c;Windows \u672c\u5730\u751f\u6210SSH\u5bc6\u94a5\u5bf9\u3002\u4e0b\u8f7d\u5e76\u5b89\u88c5Git for Windows&#xff0c;\u7136\u540e\u6253\u5f00Git Bash\u7ec8\u7aef&#xff1a;\u5728\u7ec8\u7aef\u4e2d\u6267\u884c\u547d\u4ee4 ssh-keygen &#xff0c;\u8fd9\u65f6\u4f1a\u5728\u672c\u5730 .ssh \u6587\u4ef6\u5939\u4e2d\u751f\u6210\u4e86\u5bc6\u94a5\u6587\u4ef6&#xff0c; .ssh \u6587\u4ef6\u5939\u4e00\u822c\u4fdd\u5b58\u5728 C \u76d8&#xff0c;\u6bd4\u5982\u6211\u7684\u662f C:\\\\Users\\\\12243\\\\.ssh&#xff0c;\u6587\u4ef6\u5939\u4e0b id_rsa \u662f\u79c1\u94a5&#xff0c;id_rsa.pub \u662f\u516c\u94a5\u3002 \u7136\u540e&#xff0c;\u590d\u5236\u516c\u94a5\u5230 Linux \u670d\u52a1\u5668\u3002\u5c06id_rsa.pub\u4e2d\u7684\u5185\u5bb9\u590d\u5236\u5230 Linux \u7684\u4f60\u7684\u7528\u6237\u6839\u76ee\u5f55 ~\/.ssh\/authorized_keys \u6587\u4ef6\u4e2d\u3002<\/p>\n<p> <span class=\"token function\">mkdir<\/span> ~\/.ssh<br \/>\n<span class=\"token builtin class-name\">cd<\/span> ~\/.ssh<br \/>\n<span class=\"token builtin class-name\">echo<\/span> xxx_in_your_id_rsa_pub <span class=\"token operator\">&gt;&gt;<\/span> authorized_keys\n <\/li>\n<li>\n<p>\u4f7f\u7528\u5bc6\u7801\u8ba4\u8bc1&#xff1a;\u8fd9\u79cd\u65b9\u5f0f\u6bd4\u8f83\u7b80\u5355&#xff0c;\u552f\u4e00\u7684\u7f3a\u70b9\u5c31\u662f\u6bcf\u6b21\u767b\u9646\u90fd\u9700\u8981\u8f93\u5165\u4f60\u7684\u8d26\u53f7\u5bc6\u7801\u3002 \u4e0d\u7ba1\u91c7\u7528\u4ee5\u4e0a\u54ea\u79cd\u65b9\u5f0f&#xff0c;\u90fd\u53ef\u4ee5\u53c2\u8003\u5982\u4e0b\u547d\u4ee4\u5728\u7ec8\u7aef\u6267\u884c\u767b\u9646&#xff0c;\u552f\u4e00\u7684\u533a\u522b\u662f\u7b2c\u4e00\u79cd\u65b9\u5f0f\u4e0d\u9700\u8981\u8f93\u5165\u5bc6\u7801&#xff1a;<\/p>\n<p> <span class=\"token function\">ssh<\/span> your_user_name&#064;172.17.4.63\n <\/li>\n<\/ul>\n<h3>1.2 \u4f7f\u7528VS Code\u8fdb\u884c\u8fdc\u7a0b\u5f00\u53d1<\/h3>\n<p>VS Code&#xff08;Visual Studio Code&#xff09;\u662f\u4e00\u4e2a\u529f\u80fd\u5f3a\u5927\u7684\u7f16\u8f91\u5668&#xff0c;\u652f\u6301\u8fdc\u7a0b\u5f00\u53d1\u3002\u4ee5\u4e0b\u662f\u4f7f\u7528VS Code\u8fde\u63a5Linux\u670d\u52a1\u5668\u7684\u6b65\u9aa4&#xff1a;<\/p>\n<h4>1.2.1 \u5b89\u88c5VS Code<\/h4>\n<p>\u9996\u5148\u9700\u8981\u5728\u672c\u5730 Windows \u7535\u8111\u4e0a\u4e0b\u8f7d\u5e76\u5b89\u88c5\u6700\u65b0\u7248\u7684 VS Code&#xff0c;\u4e0b\u8f7d\u5730\u5740\u89c1 \u5b98\u7f51\u3002\u5b89\u88c5\u6d41\u7a0b\u53ef\u4ee5\u53c2\u8003\u7b14\u8005\u4e4b\u524d\u7684\u6587\u7ae0Windows \u73af\u5883\u51c6\u5907 &#8211; Conda \u548c VS code \u5b89\u88c5<\/p>\n<h4>1.2.2 \u8fdc\u7a0b\u767b\u9646<\/h4>\n<p>VS Code \u8bbf\u95ee\u670d\u52a1\u5668\u9700\u8981\u5728\u672c\u5730\u8fdb\u884c\u4e00\u756a\u914d\u7f6e\u540e&#xff0c;\u7136\u540e\u6267\u884c ssh \u767b\u9646&#xff0c;\u5177\u4f53\u800c\u8a00&#xff0c;\u53ef\u4ee5\u5206\u4e3a\u4ee5\u4e0b\u51e0\u4e2a\u6b65\u9aa4&#xff1a;<\/p>\n<ul>\n<li>\n<p>Step 1: \u5b89\u88c5 Remote-SSH \u63d2\u4ef6\u3002\u7b2c\u4e00\u6b21\u4f7f\u7528VS Code \u9700\u8981\u5728\u5de6\u4fa7\u63d2\u4ef6\u680f\u641c\u7d22 Remote-SSH \u5e76\u5b89\u88c5\u3002 <img decoding=\"async\" src=\"https:\/\/www.wsisp.com\/helps\/wp-content\/uploads\/2025\/04\/20250418094916-6802201ccc1d6.png\" alt=\"\u5728\u8fd9\u91cc\u63d2\u5165\u56fe\u7247\u63cf\u8ff0\" \/><\/p>\n<\/li>\n<li>\n<p>Step 2: \u5de6\u4e0b\u89d2 Open a remote window \u7136\u540e\u9009\u62e9 Connect to Host\u3002 <img decoding=\"async\" src=\"https:\/\/www.wsisp.com\/helps\/wp-content\/uploads\/2025\/04\/20250418094918-6802201e6e487.png\" alt=\"\u5728\u8fd9\u91cc\u63d2\u5165\u56fe\u7247\u63cf\u8ff0\" \/><\/p>\n<\/li>\n<li>\n<p>Step 3: \u6267\u884c ssh \u767b\u9646\u3002 \u5982\u4e0b\u56fe\u6240\u793a&#xff0c;\u8fd9\u91cc\u6709\u4e24\u79cd\u9009\u62e9&#xff1a; <img decoding=\"async\" src=\"https:\/\/www.wsisp.com\/helps\/wp-content\/uploads\/2025\/04\/20250418094920-680220200ee23.png\" alt=\"\u5728\u8fd9\u91cc\u63d2\u5165\u56fe\u7247\u63cf\u8ff0\" \/><\/p>\n<ul>\n<li>\n<p>Add New SSH Host&#xff0c;\u4e5f\u5c31\u662f\u65b0\u5efa\u4e00\u4e2a Host &#xff1a;\u5982\u679c\u53ea\u662f\u5076\u5c14\u767b\u9646\u8fd9\u4e2a host &#xff0c;\u53ef\u4ee5\u9009\u62e9\u8fd9\u79cd\u65b9\u5f0f<\/p>\n<\/li>\n<li>\n<p>Configure SSH Hosts&#xff0c;\u4e5f\u5c31\u662f\u914d\u7f6e\u4e00\u4e2a Host&#xff1a;\u5982\u679c\u9700\u8981\u7ecf\u5e38\u767b\u9646&#xff0c;\u53ef\u4ee5\u65b0\u5efa\u4e00\u4e2a\u914d\u7f6e\u6587\u4ef6&#xff0c;\u8fd9\u6837\u6bcf\u6b21\u767b\u9646\u76f4\u63a5\u9009\u62e9\u5bf9\u5e94\u7684 Host \u540d\u79f0\u5c31\u53ef\u4ee5\u4e86&#xff0c;\u8fd9\u91cc\u7684\u914d\u7f6e\u6587\u4ef6\u4e00\u822c\u5728 C \u76d8\u7528\u6237\u76ee\u5f55\u4e0b&#xff0c;\u6bd4\u5982\u6211\u7684\u5c31\u5728 C:\\\\Users\\\\12243\\\\.ssh\\\\config\u3002\u5728config \u6587\u4ef6\u4e2d\u586b\u5165\u5982\u4e0b\u4fe1\u606f&#xff1a;Host \u5c31\u662f\u540e\u7eed\u767b\u9646\u4f7f\u7528\u7684\u540d\u79f0&#xff0c;HostName\u662f\u670d\u52a1\u5668\u7684 IP \u5730\u5740&#xff0c;\u4e00\u822c SSH \u5bf9\u5e94\u7684\u7aef\u53e3\u53f7 Port \u662f22 &#xff0c;User \u662f\u4f60\u5728\u670d\u52a1\u5668\u4e0a\u6ce8\u518c\u7684\u7528\u6237\u540d\u3002<\/p>\n<p>Host \u914d\u7f6e\u597d\u540e&#xff0c;\u518d\u6267\u884c SSH \u767b\u9646\u65f6&#xff0c;\u53ea\u9700\u8981\u7ec8\u7aef\u8f93\u5165Host \u540d\u79f0\u5373\u53ef&#xff0c;\u6bd4\u5982\u6211\u8fd9\u91cc\u7684\u5c31\u662fssh cvlab &#xff0c;\u7b49\u540c\u4e8e\u4e4b\u524d\u7684 ssh your_user_name&#064;172.17.4.63\u3002<\/p>\n<p>     Host cvlab<br \/>\n  HostName <span class=\"token number\">10.18<\/span>.32.170<br \/>\n  Port <span class=\"token number\">22<\/span><br \/>\n  User xxx\n <\/li>\n<\/ul>\n<\/li>\n<li>\n<p>Step 3: \u914d\u7f6e\u597d\u540e\u518d\u91cd\u65b0\u6309\u7167 Step 1 \u8fdb\u884c\u767b\u9646&#xff0c;\u53d1\u73b0\u767b\u9646\u540d\u79f0\u4e2d\u591a\u4e86\u521a\u624d\u65b0\u5efa\u7684 cvlab &#xff0c;\u70b9\u51fb\u8fdb\u53bb&#xff0c;\u9996\u5148\u9700\u8981\u9009\u62e9\u8fdc\u7a0b\u670d\u52a1\u5668\u7684\u7c7b\u578b-Linux&#xff0c;\u7136\u540e\u8f93\u5165\u4f60\u7684\u8d26\u53f7\u5bc6\u7801\u3002\u6ce8&#xff1a;\u5982\u679c\u4f60\u4e4b\u524d\u5e94\u8be5\u91c7\u7528\u4e86\u5bc6\u94a5\u8ba4\u8bc1&#xff0c;\u90a3\u4e48\u8fd9\u4e00\u6b65\u5c31\u4e0d\u9700\u8981\u8f93\u5165\u5bc6\u7801\u4e86\u3002 <img decoding=\"async\" src=\"https:\/\/www.wsisp.com\/helps\/wp-content\/uploads\/2025\/04\/20250418094920-680220203cbaf.png\" alt=\"\u5728\u8fd9\u91cc\u63d2\u5165\u56fe\u7247\u63cf\u8ff0\" \/><\/p>\n<\/li>\n<li>\n<p>Step 4&#xff1a;\u9996\u6b21\u767b\u9646\u4f1a\u81ea\u52a8\u5728\u670d\u52a1\u5668\u7aef\u5b89\u88c5 VS Code server&#xff0c;\u5982\u679c\u8d26\u53f7\u5bc6\u7801\u90fd\u6ca1\u95ee\u9898\u7684\u8bdd&#xff0c;\u5c31\u53ef\u4ee5\u767b\u9646\u6210\u529f\u4e86&#xff0c;\u6309 Ctrl &#043; ~ \u952e\u6253\u5f00\u7ec8\u7aef&#xff0c;\u53ef\u4ee5\u53d1\u73b0\u73b0\u5728\u5df2\u7ecf\u8fdb\u5165\u670d\u52a1\u5668\u7684\u73af\u5883\u4e86&#xff0c;\u63a5\u4e0b\u6765\u7684\u64cd\u4f5c\u5c31\u548c\u4f60\u5728\u672c\u5730\u673a\u5668\u4e0a\u4e00\u6837\u3002 <img decoding=\"async\" src=\"https:\/\/www.wsisp.com\/helps\/wp-content\/uploads\/2025\/04\/20250418094920-680220206e7ec.png\" alt=\"\u5728\u8fd9\u91cc\u63d2\u5165\u56fe\u7247\u63cf\u8ff0\" \/><\/p>\n<\/li>\n<\/ul>\n<h3>1.3 \u65b9\u6cd5\u5bf9\u6bd4<\/h3>\n<ul>\n<li>SSH\u547d\u4ee4\u884c&#xff1a;\u9002\u5408\u9700\u8981\u6267\u884c\u547d\u4ee4\u884c\u64cd\u4f5c\u7684\u573a\u666f&#xff0c;\u5bf9\u4e8e\u811a\u672c\u7f16\u5199\u548c\u5feb\u901f\u547d\u4ee4\u6267\u884c\u975e\u5e38\u6709\u6548\u3002<\/li>\n<li>VS Code\u8fdc\u7a0b\u5f00\u53d1&#xff1a;\u9002\u5408\u9700\u8981\u56fe\u5f62\u754c\u9762\u548c\u590d\u6742\u7f16\u8f91\u529f\u80fd\u7684\u573a\u666f&#xff0c;\u5c24\u5176\u662f\u4ee3\u7801\u7f16\u8f91\u3001\u8c03\u8bd5\u548c\u7248\u672c\u63a7\u5236\u3002<\/li>\n<\/ul>\n<h3>\u7ed3\u8bed<\/h3>\n<p>\u65e0\u8bba\u662f\u901a\u8fc7SSH\u547d\u4ee4\u884c\u8fd8\u662fVS Code&#xff0c;\u90fd\u80fd\u5b9e\u73b0Windows\u7cfb\u7edf\u4e0b\u5bf9Linux\u670d\u52a1\u5668\u7684\u8fdc\u7a0b\u8fde\u63a5\u548c\u5f00\u53d1\u3002\u9009\u62e9\u54ea\u79cd\u65b9\u6cd5\u53d6\u51b3\u4e8e\u4f60\u7684\u5177\u4f53\u9700\u6c42\u548c\u504f\u597d\u3002\u81f3\u6b64&#xff0c;Windows \u8fde\u63a5 Linux\u670d\u52a1\u5668\u7684\u6559\u7a0b\u5c31\u7ed3\u675f\u4e86&#xff0c;\u5b9e\u8df5\u662f\u638c\u63e1\u6280\u80fd\u7684\u6700\u597d\u65b9\u5f0f&#xff0c;\u4e0d\u59a8\u73b0\u5728\u5c31\u5f00\u59cb\u5c1d\u8bd5\u8fde\u63a5\u4f60\u7684Linux\u670d\u52a1\u5668\u5427&#xff01;<\/p>\n<p>\u5982\u679c\u5bf9\u4f60\u6709\u5e2e\u52a9\u7684\u8bdd&#xff0c;\u4e0d\u59a8 \u5173\u6ce8 \u70b9\u8d5e \u652f\u6301\u4e00\u4e0b\u554a~ \u5e26\u4f60\u4e86\u89e3\u66f4\u591a Linux &#043; AI \u5f00\u53d1\u7684\u5e72\u8d27~<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u6587\u7ae0\u6d4f\u89c8\u9605\u8bfb2.1w\u6b21\uff0c\u70b9\u8d5e28\u6b21\uff0c\u6536\u85cf118\u6b21\u3002\u65e0\u8bba\u662f\u901a\u8fc7SSH\u547d\u4ee4\u884c\u8fd8\u662fVS Code\uff0c\u90fd\u80fd\u5b9e\u73b0Windows\u7cfb\u7edf\u4e0b\u5bf9Linux\u670d\u52a1\u5668\u7684\u8fdc\u7a0b\u8fde\u63a5\u548c\u5f00\u53d1\u3002\u9009\u62e9\u54ea\u79cd\u65b9\u6cd5\u53d6\u51b3\u4e8e\u4f60\u7684\u5177\u4f53\u9700\u6c42\u548c\u504f\u597d\u3002\u81f3\u6b64\uff0cWindows \u8fde\u63a5 Linux\u670d\u52a1\u5668\u7684\u6559\u7a0b\u5c31\u7ed3\u675f\u4e86\uff0c\u5b9e\u8df5\u662f\u638c\u63e1\u6280\u80fd\u7684\u6700\u597d\u65b9\u5f0f\uff0c\u4e0d\u59a8\u73b0\u5728\u5c31\u5f00\u59cb\u5c1d\u8bd5\u8fde\u63a5\u4f60\u7684Linux\u670d\u52a1\u5668\u5427\uff01\u5982\u679c\u5bf9\u4f60\u6709\u5e2e\u52a9\u7684\u8bdd\uff0c\u4e0d\u59a8\u652f\u6301\u4e00\u4e0b\u554a~ \u5e26\u4f60\u4e86\u89e3\u66f4\u591aLinux + AI\u5f00\u53d1\u7684\u5e72\u8d27~_windows ssh\u8fdc\u7a0b\u767b\u5f55<\/p>\n","protected":false},"author":2,"featured_media":10111,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[58,412,149,43],"topic":[],"class_list":{"0":"post-10116","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","6":"hentry","7":"category-server","8":"tag-linux","10":"tag-windows","11":"tag-43"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u3010\u4fdd\u59c6\u7ea7\u6559\u7a0b\u3011Windows \u8fdc\u7a0b\u767b\u9646 Linux \u670d\u52a1\u5668\u7684\u4e24\u79cd\u65b9\u5f0f\uff1aSSH + VS Code\uff0c\u5f00\u53d1\u5fc5\u5907 - \u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.wsisp.com\/helps\/10116.html\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u3010\u4fdd\u59c6\u7ea7\u6559\u7a0b\u3011Windows \u8fdc\u7a0b\u767b\u9646 Linux \u670d\u52a1\u5668\u7684\u4e24\u79cd\u65b9\u5f0f\uff1aSSH + VS Code\uff0c\u5f00\u53d1\u5fc5\u5907 - \u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3\" \/>\n<meta property=\"og:description\" content=\"\u6587\u7ae0\u6d4f\u89c8\u9605\u8bfb2.1w\u6b21\uff0c\u70b9\u8d5e28\u6b21\uff0c\u6536\u85cf118\u6b21\u3002\u65e0\u8bba\u662f\u901a\u8fc7SSH\u547d\u4ee4\u884c\u8fd8\u662fVS Code\uff0c\u90fd\u80fd\u5b9e\u73b0Windows\u7cfb\u7edf\u4e0b\u5bf9Linux\u670d\u52a1\u5668\u7684\u8fdc\u7a0b\u8fde\u63a5\u548c\u5f00\u53d1\u3002\u9009\u62e9\u54ea\u79cd\u65b9\u6cd5\u53d6\u51b3\u4e8e\u4f60\u7684\u5177\u4f53\u9700\u6c42\u548c\u504f\u597d\u3002\u81f3\u6b64\uff0cWindows \u8fde\u63a5 Linux\u670d\u52a1\u5668\u7684\u6559\u7a0b\u5c31\u7ed3\u675f\u4e86\uff0c\u5b9e\u8df5\u662f\u638c\u63e1\u6280\u80fd\u7684\u6700\u597d\u65b9\u5f0f\uff0c\u4e0d\u59a8\u73b0\u5728\u5c31\u5f00\u59cb\u5c1d\u8bd5\u8fde\u63a5\u4f60\u7684Linux\u670d\u52a1\u5668\u5427\uff01\u5982\u679c\u5bf9\u4f60\u6709\u5e2e\u52a9\u7684\u8bdd\uff0c\u4e0d\u59a8\u652f\u6301\u4e00\u4e0b\u554a~ \u5e26\u4f60\u4e86\u89e3\u66f4\u591aLinux + AI\u5f00\u53d1\u7684\u5e72\u8d27~_windows ssh\u8fdc\u7a0b\u767b\u5f55\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.wsisp.com\/helps\/10116.html\" \/>\n<meta property=\"og:site_name\" content=\"\u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3\" \/>\n<meta property=\"article:published_time\" content=\"2025-04-18T09:49:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.wsisp.com\/helps\/wp-content\/uploads\/2025\/04\/20250418094916-6802201ccc1d6.png\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u4f5c\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.wsisp.com\/helps\/10116.html\",\"url\":\"https:\/\/www.wsisp.com\/helps\/10116.html\",\"name\":\"\u3010\u4fdd\u59c6\u7ea7\u6559\u7a0b\u3011Windows \u8fdc\u7a0b\u767b\u9646 Linux \u670d\u52a1\u5668\u7684\u4e24\u79cd\u65b9\u5f0f\uff1aSSH + VS Code\uff0c\u5f00\u53d1\u5fc5\u5907 - \u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3\",\"isPartOf\":{\"@id\":\"https:\/\/www.wsisp.com\/helps\/#website\"},\"datePublished\":\"2025-04-18T09:49:23+00:00\",\"dateModified\":\"2025-04-18T09:49:23+00:00\",\"author\":{\"@id\":\"https:\/\/www.wsisp.com\/helps\/#\/schema\/person\/358e386c577a3ab51c4493330a20ad41\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.wsisp.com\/helps\/10116.html#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.wsisp.com\/helps\/10116.html\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.wsisp.com\/helps\/10116.html#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\/\/www.wsisp.com\/helps\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u3010\u4fdd\u59c6\u7ea7\u6559\u7a0b\u3011Windows \u8fdc\u7a0b\u767b\u9646 Linux \u670d\u52a1\u5668\u7684\u4e24\u79cd\u65b9\u5f0f\uff1aSSH + VS Code\uff0c\u5f00\u53d1\u5fc5\u5907\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.wsisp.com\/helps\/#website\",\"url\":\"https:\/\/www.wsisp.com\/helps\/\",\"name\":\"\u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3\",\"description\":\"\u9999\u6e2f\u670d\u52a1\u5668_\u9999\u6e2f\u4e91\u670d\u52a1\u5668\u8d44\u8baf_\u670d\u52a1\u5668\u5e2e\u52a9\u6587\u6863_\u670d\u52a1\u5668\u6559\u7a0b\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.wsisp.com\/helps\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"zh-Hans\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.wsisp.com\/helps\/#\/schema\/person\/358e386c577a3ab51c4493330a20ad41\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/www.wsisp.com\/helps\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/gravatar.wp-china-yes.net\/avatar\/?s=96&d=mystery\",\"contentUrl\":\"https:\/\/gravatar.wp-china-yes.net\/avatar\/?s=96&d=mystery\",\"caption\":\"admin\"},\"sameAs\":[\"http:\/\/wp.wsisp.com\"],\"url\":\"https:\/\/www.wsisp.com\/helps\/author\/admin\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u3010\u4fdd\u59c6\u7ea7\u6559\u7a0b\u3011Windows \u8fdc\u7a0b\u767b\u9646 Linux \u670d\u52a1\u5668\u7684\u4e24\u79cd\u65b9\u5f0f\uff1aSSH + VS Code\uff0c\u5f00\u53d1\u5fc5\u5907 - \u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.wsisp.com\/helps\/10116.html","og_locale":"zh_CN","og_type":"article","og_title":"\u3010\u4fdd\u59c6\u7ea7\u6559\u7a0b\u3011Windows \u8fdc\u7a0b\u767b\u9646 Linux \u670d\u52a1\u5668\u7684\u4e24\u79cd\u65b9\u5f0f\uff1aSSH + VS Code\uff0c\u5f00\u53d1\u5fc5\u5907 - \u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3","og_description":"\u6587\u7ae0\u6d4f\u89c8\u9605\u8bfb2.1w\u6b21\uff0c\u70b9\u8d5e28\u6b21\uff0c\u6536\u85cf118\u6b21\u3002\u65e0\u8bba\u662f\u901a\u8fc7SSH\u547d\u4ee4\u884c\u8fd8\u662fVS Code\uff0c\u90fd\u80fd\u5b9e\u73b0Windows\u7cfb\u7edf\u4e0b\u5bf9Linux\u670d\u52a1\u5668\u7684\u8fdc\u7a0b\u8fde\u63a5\u548c\u5f00\u53d1\u3002\u9009\u62e9\u54ea\u79cd\u65b9\u6cd5\u53d6\u51b3\u4e8e\u4f60\u7684\u5177\u4f53\u9700\u6c42\u548c\u504f\u597d\u3002\u81f3\u6b64\uff0cWindows \u8fde\u63a5 Linux\u670d\u52a1\u5668\u7684\u6559\u7a0b\u5c31\u7ed3\u675f\u4e86\uff0c\u5b9e\u8df5\u662f\u638c\u63e1\u6280\u80fd\u7684\u6700\u597d\u65b9\u5f0f\uff0c\u4e0d\u59a8\u73b0\u5728\u5c31\u5f00\u59cb\u5c1d\u8bd5\u8fde\u63a5\u4f60\u7684Linux\u670d\u52a1\u5668\u5427\uff01\u5982\u679c\u5bf9\u4f60\u6709\u5e2e\u52a9\u7684\u8bdd\uff0c\u4e0d\u59a8\u652f\u6301\u4e00\u4e0b\u554a~ \u5e26\u4f60\u4e86\u89e3\u66f4\u591aLinux + AI\u5f00\u53d1\u7684\u5e72\u8d27~_windows ssh\u8fdc\u7a0b\u767b\u5f55","og_url":"https:\/\/www.wsisp.com\/helps\/10116.html","og_site_name":"\u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3","article_published_time":"2025-04-18T09:49:23+00:00","og_image":[{"url":"https:\/\/www.wsisp.com\/helps\/wp-content\/uploads\/2025\/04\/20250418094916-6802201ccc1d6.png"}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"\u4f5c\u8005":"admin","\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"2 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.wsisp.com\/helps\/10116.html","url":"https:\/\/www.wsisp.com\/helps\/10116.html","name":"\u3010\u4fdd\u59c6\u7ea7\u6559\u7a0b\u3011Windows \u8fdc\u7a0b\u767b\u9646 Linux \u670d\u52a1\u5668\u7684\u4e24\u79cd\u65b9\u5f0f\uff1aSSH + VS Code\uff0c\u5f00\u53d1\u5fc5\u5907 - \u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3","isPartOf":{"@id":"https:\/\/www.wsisp.com\/helps\/#website"},"datePublished":"2025-04-18T09:49:23+00:00","dateModified":"2025-04-18T09:49:23+00:00","author":{"@id":"https:\/\/www.wsisp.com\/helps\/#\/schema\/person\/358e386c577a3ab51c4493330a20ad41"},"breadcrumb":{"@id":"https:\/\/www.wsisp.com\/helps\/10116.html#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.wsisp.com\/helps\/10116.html"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.wsisp.com\/helps\/10116.html#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/www.wsisp.com\/helps"},{"@type":"ListItem","position":2,"name":"\u3010\u4fdd\u59c6\u7ea7\u6559\u7a0b\u3011Windows \u8fdc\u7a0b\u767b\u9646 Linux \u670d\u52a1\u5668\u7684\u4e24\u79cd\u65b9\u5f0f\uff1aSSH + VS Code\uff0c\u5f00\u53d1\u5fc5\u5907"}]},{"@type":"WebSite","@id":"https:\/\/www.wsisp.com\/helps\/#website","url":"https:\/\/www.wsisp.com\/helps\/","name":"\u7f51\u7855\u4e92\u8054\u5e2e\u52a9\u4e2d\u5fc3","description":"\u9999\u6e2f\u670d\u52a1\u5668_\u9999\u6e2f\u4e91\u670d\u52a1\u5668\u8d44\u8baf_\u670d\u52a1\u5668\u5e2e\u52a9\u6587\u6863_\u670d\u52a1\u5668\u6559\u7a0b","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.wsisp.com\/helps\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"zh-Hans"},{"@type":"Person","@id":"https:\/\/www.wsisp.com\/helps\/#\/schema\/person\/358e386c577a3ab51c4493330a20ad41","name":"admin","image":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/www.wsisp.com\/helps\/#\/schema\/person\/image\/","url":"https:\/\/gravatar.wp-china-yes.net\/avatar\/?s=96&d=mystery","contentUrl":"https:\/\/gravatar.wp-china-yes.net\/avatar\/?s=96&d=mystery","caption":"admin"},"sameAs":["http:\/\/wp.wsisp.com"],"url":"https:\/\/www.wsisp.com\/helps\/author\/admin"}]}},"_links":{"self":[{"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/posts\/10116","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/comments?post=10116"}],"version-history":[{"count":0,"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/posts\/10116\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/media\/10111"}],"wp:attachment":[{"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/media?parent=10116"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/categories?post=10116"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/tags?post=10116"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/www.wsisp.com\/helps\/wp-json\/wp\/v2\/topic?post=10116"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}