Changes between Version 8 and Version 9 of cypress/VScode


Ignore:
Timestamp:
08/19/24 10:53:59 (3 months ago)
Author:
fuji
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cypress/VScode

    v8 v9  
    3131* Cmd+Shift+P open command palette(Ctrl+Shift+P on !Windows/Linux), run Remote FS: Add Folder to Workspace command.
    3232
     33== Public-key Authetication ==
     34If 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}}}
     41Note 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.