Connect to your VPS or dedicated Linux server using SSH-KEY
1. Create SSH Key.
ssh-keygen -t rsa -b 2048
2. Copy SSH Key to your server
ssh-copy-id user@server-ip
3. Now you can directly connect your server without the need to write password
ssh user@server-ip
4. enjoy.
We tried to make it easy and simple as much as we can