🗝️ SSH
Connect to a remote server securely with SSH
Connect your your VPS
ssh root@your.ip.address
Create an SSH Key
Use an SSH key to access your server without needing to enter the root password.
ssh-keygen -t ed25519 -C "your_email@example.com"