sh 挂载SSH文件夹Mac OSX

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 挂载SSH文件夹Mac OSX相关的知识,希望对你有一定的参考价值。

brew install sshfs
brew install sshfs ssh-copy-id
sshfs -o reconnect -o volname=MyVolName -o IdentityFile=~/.ssh/id_rsa username@HOSTIP:/var/www/html /Volumes/MyVolName
# Go to Finder > Volumnes

#Unmount
umount -f /Volumes/MyVolName

以上是关于sh 挂载SSH文件夹Mac OSX的主要内容,如果未能解决你的问题,请参考以下文章

sh 在Mac OS X上快速显示/隐藏隐藏文件#osx

sh 我的Shell配置(Mac OSX)

sh 从osx mac中删除phpsotrm

sh 在Mac OSX Keychain中添加私钥

sh 如何在Mac OSX上安装和编译rsync

在 OSX 上将卷挂载到 Docker 映像