Skip to content

Vscode

Connect with ssh to server

In vscode add the ssh extension and then add host to the .ssh config file usually found in the user folder

Use the following syntax to add the host to the config file:

1
2
3
4
Host 
  HostName 
  IdentityFile ""
  User