Remote Development

There are mostly 3 ways how you can use SDCC for developing.

Table of Contents:

Mounting SDCC on your laptop

alt text

Replace your account name in example below:

sudo apt install sshfs
mkdir ~/star
alias starmount='sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3  prozorov@sftp.sdcc.bnl.gov:/gpfs01/star/pwg/prozorov ~/star' # add this line to your .bashrc or .bash_aliases
starmount

alt text

No-machine


alt text

alt text

  • Do remote work on servers in your browser (from mobile?)
  • Better then X11 option in ssh
  • Inspect large root files without waiting
  • Run scripts in background and return to machine state anytime

Using VSCode tunnel

See VSCode Remote Development