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

2010-05-01 xiao H Posted in 日常桌面

平常老是在服务器上存放一些东西做中转,常用的客户端是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




标签:

还没有评论呢。

我来说两句

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">