ubuntu桌面版 开机自动sshfs挂载

打开桌面版的start up:

gnome-session-properties

添加命令:

sshfs [email protected]:/home/yxp/workspace /home/workspace/sshfs/0_7 -o nonempty -o ssh_command='sshpass -p 123456 ssh' ###-o debug -o sshfs_debug

`

猜你喜欢

转载自blog.csdn.net/yxpandjay/article/details/109639460