我正在使用 SSHFS 将一些文件从 Debian 机器挂载到运行 ubuntu 16 的笔记本电脑上。
sudo sshfs -o allow_other,port=2222,default_permissions,nonempty,IdentityFile=home/alex/.ssh/id_rsa alex@hostsIP:/home/alex /home/alex/repos/
主机上的用户恰好与我的笔记本电脑上的用户相同。无论如何,我挂载了文件但不允许写入。我假设,由于我通过 ssh 完成了挂载并使用了 ssh 密钥,因此会授予我权限,就像通过 ssh 直接在主机上工作一样。