- install latest xcode
- install brew
- install sshfs using brew
- make sure to change any permissions specified
- mkdir mytmpdir
- sshfs -o uid=<your local numerical id> root@<remote server>:<remote dir> mytmpdir
- e.g. sshfs -o uid=501 root@10.1.0.100:images mytmpdir
- edit files that appear in tmpdir, and when you save them, the remote files will be updated
Unmount
- umount mytmpdir