使用 sshfs 调用 ssh 服务器上的内容

星期六, 五月 1st, 2010 Posted in 日常桌面 | No Comments »

平常老是在服务器上存放一些东西做中转,常用的客户端是gftp,今天突然觉得gftp 也挺麻烦的没命令好使,而sftp 则命令太多了。于是就找少了sshfs。
安装

sudo apt-get install sshfs

使用

sshfs user@host:dir localdir(挂载)
fusermount -u localdir(卸载)

直接编辑/etc/fstab

sshfs#userhost:dir localdir fuse user,noauto 0 0

标签:


Page 1 of 11