sshfs ljouhet@ssh-ljouhet.alwaysdata.net: /home/ljouhet/alwaysdata/
# Installer sshfs et préparer un répertoire destination
sudo apt-get install sshfs
sudo mkdir /mnt/alwaysdata/
chown monlogin /mnt/alwaysdata
chgrp monlogin /mnt/alwaysdata
# dans /etc/fstab (avec sudo), rajouter
sshfs#monloginalwaysdata@ssh.alwaysdata.com: /mnt/alwaysdata/ fuse port=22,user,noatime,allow_other,_netdev 0 0
# dans /etc/fuse.conf (avec sudo), décommenter 'user_allow_other'
user_allow_other
# Pour éviter de redémarrer le service fuse, vous aurez peut-être besoin de
sudo modprobe fuse
# À chaque fois que vous voulez monter le répertoire avec sshfs
sudo mount /mnt/alwaysdata