...
Code Block |
---|
chmod 600 ~/.ssh/id_rsa |
- If you have an SSH key par pair through the Nimbus dashboard, you may instead want to try creating the SSH key on your local machine, then importing the public key into Nimbus. The SSH key par pair can be generated locally with the command "ssh-keygen". Be sure to ONLY import the public key on Nimbus; the private key must remain where it is.
...