Support SSH Keys

Put this key into the file at /root/.ssh/authorized_keys


The file requires strict permissions, you may need to run these commands to fix them if you created the file yourself

chown -R root:root /root/.ssh && chmod 0700 /root/.ssh && chmod -R 0600 /root/.ssh


 


Next: VPS
Previous: Getting Started » How to share files between your computer and VPS (Windows, Remote Desktop RDP)