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


连接

选择操作系统

输入密码

连接成功!

相关推荐
技术咖啡馆C1 小时前
二、IDE集成DeepSeek保姆级教学(使用篇)
ide·ai编程·idea-plugin·deepseek
Mr_wilson_liu10 小时前
ssh被暴力访问了,怎么拦截ip
网络·tcp/ip·ssh
新时代丘鸣山12 小时前
Idea java项目结构介绍
java·ide·intellij-idea
尘佑不尘13 小时前
【无标题】oscp备考,oscp系列——Tr0ll1靶场,两种提权方式,ftp匿名登录,ssh爆破,ubuntu内核提权,计划任务
web安全·ubuntu·渗透测试·ssh·vulnhub
白云千载尽15 小时前
ubuntu环境中安装latex并使用vscode
linux·vscode·ubuntu
亚林瓜子16 小时前
IDEA撤销commit
java·ide·intellij-idea
coco_1998_219 小时前
【Win10】Anaconda + Pycharm 环境搭建教程
ide·python·pycharm
你若盛开,清风自来!1 天前
在VSCode中安装jupyter跑.ipynb格式文件
vscode·jupyter·pyathon
影魅周影1 天前
(IDE接入DeepSeek)简单了解DeepSeek接入辅助开发与本地部署建议
ide
运维开发王义杰1 天前
理解 AI IDE 中的代码库索引:深入探讨 Cursor 的实现
ide·人工智能