123 questions
0 votes
0 answers
166 views
Can't ssh to remote Ubuntu 24.04 Server via terminal after using VS-Code Remote-SSH to login and how to stop loosing remote connection on VS-Code?
First time using Microsoft Remote-SSH extension in VS-Code on a Ubuntu 24.04 machine to ssh login a remote Ubuntu 24.04 Server. After a login, the remote ssh connection then died within a minute. AI-...
0 votes
1 answer
73 views
How to make VS Code recognize the environment variables of the SSH remote Windows host?
I have two machines: A host machine (Windows 11) running VS Code A Hyper-V guest VM (Windows 11): OpenSSH Server installed, running VS Code Server with a Python project pythonWebApp I'd like to ssh ...
0 votes
1 answer
211 views
VS Code connect to gitlab for SSH
I'm trying to connect from VS Code via the 'Remote - SSH' extension to my GIT. My OpenSSH config: Host gitlab-test.bpmsoft.ru Hostname gitlab-test.bpmsoft.ru User git IdentityFile C:\Users\testuser\....
1 vote
0 answers
135 views
VS Code Remote-SSH can't connect – "Installation already in progress..." error
💻 Environment Local OS: Windows 10 64-bit VS Code version: 1.85.2 Remote-SSH extension: v0.107.1 Remote server OS: Ubuntu (host alias: SZU) SSH client used: Windows built-in OpenSSH (C:\WINDOWS\...
0 votes
1 answer
325 views
VSCode 1.100.3 April 2025 is unable to remotely connect when GLIBC < 2.28
I upgraded VSCode to version 1.100.3 and since then cannot connect to remote machines if their GLIBC version is less than 2.28. The reason is explained in the official documentation: Starting with ...
0 votes
0 answers
101 views
The Remote SSH in VS Code with Github Account has connecting issue with EC2 instance
I have been working on a DevOps learning tutorial for almost a week now. It set up a EC2 Instance on AWS with maven and Java installation, created a simple/basic web app, and used VS Code as locally ...
0 votes
0 answers
196 views
VSCode Devcontainer Disconnects When Switching Between Wired and Wireless
I am using a docker devcontainer in VSCode through remote SSH. The devconatiner runs on a Linux workstation which has a wired connection to my network. I run VSCode on my windows laptop, connect to ...
0 votes
0 answers
111 views
When installing Python extension in ssh remote server in vscode got: Unexpected token '<', "<!DOCTYPE "... is not valid JSON
I am trying to install the Python extension in my remote desktop's vscode (actually I am using Windsurf) and got the following error: Unexpected token '<', "<!DOCTYPE "... is not valid ...
0 votes
0 answers
195 views
Manual installation of vscode-server for Remote SSH extension fails
I work with vscode under windows and the Remote SSH extension I just installed I have an ubuntu 24.04 server with ssh access: 192.168.1.9, port 22222 (I want to run et debug my python code on the ...
1 vote
1 answer
1k views
VS Code Remote-SSH fails with "GLIBC_2.28 not found" on Ubuntu 18.04
After upgrading VS code version 1.99, I cannot connect to my remote server. I’m trying to connect to my remote server (Ubuntu 18.04) via VS Code Remote-SSH, but the server fails to start with: Missing ...
0 votes
0 answers
80 views
Reset vscode configuration to default (specifically remote-ssh)
Having problems running vscode on a domain joined workstation and laptop with roaming profiles, specifically with regards to Remote-ssh. Running the same on a non domain-joined laptop with the same OS ...
-2 votes
1 answer
3k views
Cursor - open SSH remote folder from CLI [duplicate]
Is there an option to the cursor CLI (terminal) command so that a folder on remote server is opened via Remote-SSH? This does not work: cursor ssh://host/path
1 vote
1 answer
1k views
VSCode - AWS Tool kit/Amazon Q Developer extension: Cannot authenticate via AWS SSO when connected via Remote SSH extension on AWS ec2 instance
I use VSCode to develop python scripts on a AWS ec2-instance using Remote-SSH see vscode documentation. I'd like to use AWS Toolkit and Amazon Q Developer Pro. I installed the extensions via vscode ...
0 votes
0 answers
59 views
In VSCode, how do I quickly refresh large log files after being modified by an external program?
I run software that outputs log files with several hundreds of thousands of lines, the files weigh 100MB+ Everytime I re-run the software, the log file opened in VSCode doesn't refresh unless I close ...
1 vote
1 answer
771 views
Unable to connect Lightning AI to local vs code via SSH
I'm unable to set up my lightning AI environment on local machine. I have performed all the steps upto the first image shown with this issue. As i click on "Connect local VS Code", it opens ...