# SSH Syntax ### Use private key Make a file containing the private key. Example: root_key - Set correct permissions ```chmod 600 rootkey``` - Connect using the root_key file. Example: ```ssh -i root_key
[email protected]
```