Questions tagged [vscode-remote-ssh]

107 questions
0
votes
0 answers

Is there a way to make VSCode remember password for an insecure (http) remote jupyter connection?

I am working on a vscode-remote-ssh session. On my server, I launch a jupyter notebook that I then access on vscode through the remote-ssh session but connecting to my compute node. Everytime I reload a project window, VSCode gives me a warning that…
0
votes
0 answers

Vscode could not save file in remote file login with root

New for viscode editor. Environment: No Internet-access, but local network is perfect. Login in as root. Client: window-10, Server: Ubuntu 20 Description: when Carl+S is pressed, no any promotion appears, but a white dot besides the file name always…
0
votes
0 answers

Visual Studio Code Remote-SSH Extension "Not yet activated"

I installed the Extension Remote-SSH in VS Code. This should make available the Remote-SSH command palette, which it doesn't. While inspecting the "Runtime Status" of the extension I found that it says "Not yet activated". Does someone come across a…
Mirco
  • 3
  • 1
0
votes
0 answers

Symfony encore watch and vscode Remote SSH development freeze the server when running at the same time

I'm developing my Symfony project on a remote server and use Vscode Remore SSH plugin to writing code on it. I use symfony Webpack Encore to build front side, and if I try to run commands like yarn encore dev or yarn watch to let webpack to rebuild…
0
votes
0 answers

Import-Module does not work in PowerShell when working with Remote-SSH

when I work in remote-ssh to a Windows 2019 server (from Win10 client), if I need to run PowerShell commands that need to import a module, the command fails. If I run the same commands in Win10 or when logged on directly onto the Windows server all…
0
votes
0 answers

How do I make VSCode have permissions to edit my apache2 directory

I can't seem to find a way to make visual studio code have root access on my azure server I tried to change the index.html file on var/www/html/index.html on vscode but instead I got this error Failed to save 'index.html': Unable to write file…
Kfir
  • 1
0
votes
0 answers

vscode SSH connect failed using SSH-remote extension but success by terminal

I'm trying to setup a ssh server using my win10 PC. After following steps to setup the server, it is now can be connected via terminal from by laptop(win11). However, if I use vscode extension Remote - SSH with connecting config : Host…
0
votes
0 answers

SSH from local Ubuntu laptop to Windows host usinng Remote-SSH VScode

Can someone help me with the steps to connect my Ubuntu local laptop to a remote Windows 10 host with WSL using Remote -SSH extension vscode? I tried to find a tutorial but couldn't.
0
votes
0 answers

Need help in solving Remote - SSH problem

Hello guys I am trying to do Remote SSH for quite some time and unable to make it work . The problem : Trying to connect to Aws Codecatalyst Dev environment Linux(remote ssh) to my local windows machine and it is in an endless loop of " Setting up…
0
votes
0 answers

Remote extensions do not show through VSCode+RemoteSSH

I have a remote server on which I connect using the RemoteSSH extension. I connect to remote from two different computers, say A (home) and B (work). The remote has various extensions (eg, Python, Julia, Jupyter, etc) installed. When I work on…
0
votes
0 answers

VScode Remote SSH: Terminal exited with output 1 when connecting to known host

Until yesterday I was able to connect without any problems to the remote host using the remote ssh extension. Today, before there was any prompt to enter my password, I got an error popup Visual Studio Code: Could not establish connection to…
0
votes
0 answers

how to separate ssh remote connections to different projects on the same remote host using vscode?

I have a remote host and because Jetbrains Gateway Pycharm is not free and not as good as pycharm, I am going to use vscode on my mac to do remote development. On my remote host that is a gcp VM sandbox I have two project that I want to have them…
Amin Ba
  • 1,603
  • 1
  • 13
  • 38
0
votes
1 answer

Pantheon SFTP config parameters for Remote - SSH vscode extension

What .ssh config file parameters are needed to connect Remote - SSH extension at https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh&ssr=false#version-history to Pantheon hosting? Thanks
User301276
  • 55
  • 1
  • 8
0
votes
2 answers

ssh connection failed for ec2 as there is no space left on ec2 instance

I have a 25 gb disk storage on ec2 instance. Im unable to connect to the ec2 instance using the remote ssh on vs code, the error I get is as follows: mkdir: cannot create directory ‘/home/ubuntu/.vscode-server/bin/62xxxx..b’: No space left on…
0
votes
0 answers

How to connect a remote SSH using VS Code on windows?

When I am trying to connect the remote SSH using .ppk instead of password in vs code on windows I got the error message like Could not establish connection to .... PFA down blow I want to connect the Remote SSH using .ppk file instead of password…