VSCode Remote-SSH (Windows)

1. VSCode 安装

VSCode

2. 安装扩展 Remote SSH


Getting started

Follow the step-by-step tutorial or if you have a simple SSH host setup, connect to it as follows:

  1. Press F1 and run the Remote-SSH: Open SSH Host... command.
  2. Enter your user and host/IP in the following format in the input box that appears and press enter: user@host-or-ip or user@domain@host-or-ip
  3. If prompted, enter your password (but we suggest setting up key based authentication).
  4. After you are connected, use File > Open Folder to open a folder on the host.

远程资源管理器

3. 使用

配置 config 文件

回车

输入服务器信息, 保存

Host:机器名称

HostName:IP 地址

User:用户名

保存后会生成一个以 Host:机器名称命名的 remote


连接

选择操作系统

输入密码

连接成功!

相关推荐
pan_junbiao3 小时前
Visual Studio Code的应用:笔记
vscode
一杯原谅绿茶3 小时前
VSCode的Eclipse插件-编译Eclipse项目
ide·vscode·eclipse
etc95271 天前
keil下如何指定stack和heap地址
ide·mcu
JTaoX1 天前
PyCharm 连接本地虚拟机完整指南
ide·python·pycharm
迷路爸爸1801 天前
cursor资源管理器修改为与vscode一样的纵向布局
ide·vscode·编辑器
星羽XingYu1 天前
esp32 vscode clangd 无法索引库函数解决方案
ide·vscode·编辑器
Dontla1 天前
VSCode Python扩展自动加载.env环境变量机制(Python插件)python.terminal.useEnvFile
ide·vscode·python
平头某1 天前
DSH:Agent 的 VSCode 时刻?
ide·vscode·编辑器
Dontla1 天前
VSCode打开关闭控制台面板快捷键ctrl+`(terminal快捷键、vscode控制台快捷键)
ide·vscode·编辑器
徽京人2 天前
VS Code 接入Esp 32步骤
vscode·单片机·嵌入式硬件