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


连接

选择操作系统

输入密码

连接成功!

相关推荐
不染尘.14 分钟前
Linux基本概述
linux·windows·centos·ssh
痞老板233 分钟前
【Cmder】VSCode设置Cmder为内置终端
ide·vscode·编辑器
Albert Edison40 分钟前
【Git】多人协作一(同一分支下)
git·vscode·svn·github
__雨夜星辰__42 分钟前
VS Code 的Remote-SSH/Remote Development插件无法连接到 Ubuntu 系统下 的远程虚拟主机(VMware)
运维·vscode·ubuntu·ssh
WALKING_CODE1 小时前
Anaconda安装完成后启动Jupyter报错,解决方法
ide·python·jupyter
stevenzqzq1 小时前
Android Studio 断点调试异常相关选项总结
android·ide·android studio
风静如云1 小时前
VSCode:SSH后无法使用c0pil0t
vscode
Master_清欢15 小时前
jupyter新增行数
ide·python·jupyter
wzfj1234516 小时前
vscode通过remote-ssh快速浏览远程pc的文件
vscode
ayaya_mana19 小时前
VS Code 远程开发:SSH连接与远程资源管理器的配置
linux·ide·windows·vscode·远程资源管理