mac 安装 sshfs


1
2
$brew cask install osxfuse
$brew install sshfs



挂载(如果配上ssh key就可以完全自动化了):
sshfs root@192.168.9.109:/opt /opt/s109
卸载:
fusermount -u /opt/s109


Category jekyll