# - bof - #



Working
sshfs is_derayo@192.168.1.15:/ /home/is_derayo/ProxmoxVE -o user,noauto,transform_symlinks
sshfs#is_derayo@192.168.1.15:/ /home/is_derayo/ProxmoxVE fuse.sshfs noauto,x-systemd.automount,_netdev,reconnect,allow_other,default_permissions 0 0


sshfs#is_derayo@192.168.1.15:/ /home/is_derayo/ProxmoxVE fuse.sshfs noauto,x-systemd.automount,_netdev,reconnect,allow_other,default_permissions 0 0

sudo umount /home/is_derayo/ProxmoxVE;





sshfs#is_derayo@192.168.1.15:/ /home/is_derayo/ProxmoxVE fuse delay_connect,idmap=user,uid=1000,gid=1000,umask=0,allow_other,_netdev,workaround=rename 0 0


sshfs#is_derayo@192.168.1.15:/ /home/is_derayo/ProxmoxVE fuse.sshfs noauto,x-systemd.automount,_netdev,reconnect,allow_other,default_permissions 0 0


 -o user,noauto,transform_symlinks
sammy@your_other_server:~/ /mnt/droplet fuse.sshfs noauto,x-systemd.automount,_netdev,reconnect,identityfile=/home/sammy/.ssh/id_rsa,allow_other,default_permissions 0 0



# -  - #
# - Testing sshfs - #
sshfs -odebug,sshfs_debug,loglevel=debug -o Ciphers=arcfour -o Compression=no -o allow_root -o transform_symlinks 192.168.1.15:/ /home/is_derayo/ProxmoxVE;



# -  - #
# - Fixing - #
ssh-keygen -f "/is_derayo/.ssh/known_hosts" -R "192.168.1.15"



# - eof - #