markdown SSHFS
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown SSHFS相关的知识,希望对你有一定的参考价值。
sshfs [user@]hostname:[directory] localdir
sshfs me@x.x.x.x:/remote/path /local/path/ -o IdentityFile=/path/to/key
On BSD and OS-X, to unmount the filesystem:
```sh
umount localdir
```
~/.ssh/ :
ssh-copy-id user@host
vim /etc/ssh/sshd_config
#ClientAliveInterval 60
#ClientAliveCountMax 30000
service sshd restart
以上是关于markdown SSHFS的主要内容,如果未能解决你的问题,请参考以下文章
centos 使用sshfs快速搭建文件共享服务
SSHFS
sh [mount dku server]使用smbfs和sshfs #smbfs #sshfs挂载dku服务器
使用sshfs将远程目录挂载到本地
SSHFS使用笔记
win8.1通过sshfs挂载linux目录