下载:osxfuse-2.7.3.dmg http://osxfuse.github.io/

下载:sshfs-2.5.0.pkg https://github.com/osxfuse/sshfs/releases/

# 创建本地目录,用于挂载
mkdir localLinux

# 挂在远程目录到本地,输入密码即可,若要免密,创建sshkey即可
sshfs -p 22 -C -o reconnect root@10.211.55.15:/www/wwwroot ./localLinux

该部分仅登录用户可见

# 取消挂载
umount ./localLinux
最后修改:2021 年 12 月 12 日 09 : 10 PM
如果觉得我的文章对你有用,请随意赞赏