Difference between revisions of "Trouble Logging In Using VS Code With Remote SSH Plugin"

(No difference)

Revision as of 16:10, 22 April 2022

If you are trying to log in to our CS Linux systems and are having issues doing so and' are using VSCode with the remote SSH Plugin, you might need to change the remote.SSH.useFlock setting. We've seen problems in the past that may have been related to VSCode's file locking mechanisms.

To enable flock, you will need to do the following:

1) Delete the .vscode-server directory in your ugrad home directory. You can do that by SSHing to a Grad or Ugrad Linux client and running:

rm -r ~/.vscode-server
If the directory doesn't exist, that's okay.

2) In VSCode, go to your settings, find the Remote SSH section, and uncheck Use Flock.

3) Try connecting to the CS Grad or Ugrad system again.


Still having issues? Please email support@cs.jhu.edu