SSH
Setup SSH authentication on a Linux server from Linux/Windows
Generate SSH Keys
Copy SSH Key to Remote Linux Device
From Linux:
OR
From Windows:
(Optional) SSH Config
Create .ssh/config file
You can then connect easily to ssh like this:
If you use VSCode, it will also detect your SSH Hosts from config file.
Press F1 and open user Settings (JSON)
Add your remote hosts like this:
Last updated