처음부터 자동 마운트되도록 / etc / fstab을 사용하여 두 Ubuntu 시스템간에 SSHFS 연결을 설정하려고합니다.
두 머신의 홈 디렉토리에 .ssh 디렉토리를 작성하고 id_dsa 및 id_dsa.pub 파일을 작성하고 keys_auths라는 파일의 각 머신에 키를 복사했습니다. 디렉토리 권한을 700으로 설정하고 파일을 600으로 설정했습니다.
user_allow_other의 주석이 제거되도록 /etc/fuse.conf를 편집했습니다.
이에 / 내가로부터받은 클라이언트 시스템에 등 / fstab에 내 항목의 형식은 여기 :
sshfs#myname@www.myhome.com:/home/myname /mnt/sshfs/homebox fuse comment=sshfs,noauto,users,exec,uid=1000,gid=1000,allow_other,reconnect,transform_symlinks,BatchMode=yes 0 0
그러나 서버를 마운트하려고 할 때마다 다음 오류가 발생합니다.
fusermount: failed to open /etc/fuse.conf: Permission denied
fusermount: option allow_other only allowed if 'user_allow_other' is set in /etc/fuse.conf
언급했듯이 이미 user_allow_other의 주석 처리를 제거 했으므로이 오류는 추가 수수께끼입니다.
다른 무엇을해야합니까?