ssh -XYC -l username ip-address |
| ssh parameters: | |
| X | Enables X11 forwarding |
| Y | Enables trusted X11 forwarding |
| C | Request Compression |
modprobe fuse |
sshfs -p PORTNUM USER@HOST:/path/to/folder /mnt/mountpoint |
sshfs#USER@HOST:/path/to/folder /mnt/mountpoint fuse user,noauto,port=PORTNUM 0 0 |