2 Comments

  1. What you play movie over `ssh` tunnel, better enable compress like

    ssh -XC4c arcfour,blowfish-cbc user@example.org mplayer ~/movie.mp4

    to get a better experience.

  2. Since now sshfs is my favorite too!
    To unmount this was taken from man sshfs:

    fusermount3 -u mountpoint # Linux
    umount mountpoint # OS X, FreeBSD

Leave a Reply

Your email address will not be published. Required fields are marked *