A piggy bank of commands, fixes, succinct reviews, some mini articles and technical opinions from a (mostly) Perl developer.

Jump to

Quick reference

Showing posts with label sshfs. Show all posts
Showing posts with label sshfs. Show all posts

sshfs on linux

  • sshfs -o uid=1000 -o gid=1000 example.com:/workplace /workplace
Where 1000 is your user and group ID from /etc/passwd

That's it!

Remote file browsing

  • Mount a remote filesystem via SFTP
    • (Mac): http://pqrs.org/macosx/sshfs/
    • (Ubuntu): Use software centre
    • GUI
      • Try http://sshfs-gui.darwinports.com/
      • or Mac ports: sudo port install sshfs-gui
    • To start: sshfs hostname: mountpoint
    • To stop: fusermount -u mountpoint
  • Target Management (Remote file browsing in Eclipse via SSH): http://www.eclipse.org/dsdp/tm/