| 33 | == Public-key Authetication == |
| 34 | If you have set up [https://wiki.hpc.tulane.edu/trac/wiki/cypress/ssh_public-key_authentication%20 Public-key Authetication], add "privateKeyPath" entry for each to specify the location of the local private key. |
| 35 | |
| 36 | {{{ |
| 37 | "username": "YOUR USER ID", |
| 38 | "privateKeyPath":"/home/YOUR_LOCAL_HOME/.ssh/id_rsa", |
| 39 | "rootPath": "/home/YOUR_HOME" |
| 40 | }}} |
| 41 | Note that '/home/YOUR_LOCAL_HOME' is the home directory on your desktop/laptop computer. You should check the private key file name in /home/YOUR_LOCAL_HOME/.ssh. |