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
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
Windows
Steps
- Install Remote SSH extension
- Open the command palette with CTRL+SHIFT+P
- Search for ">Remote-SSH: Connect to Host"
- Fill in what will be asked, like __USER__@__IP__
- Answer "yes" to all questions, to authorize the connection, folder, etc.
- Open CMD on Windows to generate your id_rsa.pub
ssh-keygen -t rsa -b 2048
- 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