Canan

Hi, I'm Canan

Oups ...

Never forget impossible is possible

:(


Your PC ran into a problem and needs to restart.
We're just collecting some error info, and then we'll restart for you.


0% complete



QR Code

For more information about this issue and possible fixes, visit
https://www.windows.com/stopcode

If you call a support person, give them this info:
Stop code: SYSTEM_SERVICE_EXCEPTION

Automatic SSH connection on VSCode

Automatic SSH connection on VSCode

Windows




Steps

  1. Install Remote SSH extension
  2. Open the command palette with CTRL+SHIFT+P
  3. Search for ">Remote-SSH: Connect to Host"
  4. Fill in what will be asked, like __USER__@__IP__
  5. Answer "yes" to all questions, to authorize the connection, folder, etc.
  6. Open CMD on Windows to generate your id_rsa.pub
  7. ssh-keygen -t rsa -b 2048
  8. Put the contents of your PC's /home/__USER__/.ssh/id_rsa.pub in a new line in your server's /home/__USER__/.ssh/authorized_keys