내용으로 건너뛰기
Out of the Box
사용자 도구
로그인
사이트 도구
검색
도구
문서 보기
이전 판
Fold/unfold all
역링크
최근 바뀜
미디어 관리자
사이트맵
로그인
>
최근 바뀜
미디어 관리자
사이트맵
추적:
sshfs
이 문서는 읽기 전용입니다. 원본을 볼 수는 있지만 바꿀 수는 없습니다. 문제가 있다고 생각하면 관리자에게 문의하세요.
====== SSHFS ====== ===== Linux ===== sshfs 설치 sudo apt install sshfs 마운트 * /etc/fuse.conf에서 user_allow_other 설정 sshfs {server-id}@{server-ip}:{target-dir} {mount-dir} -o allow_other -o reconnect -o nonempty 언마운트 fusermount -u {mount} ssh server 재시작 sudo service ssh restart 자동 마운트 * 또는 .bashrc에 마운트 명령 추가 * fstab에 설정 (실패 1) <code> sshfs#{server-id}@{server-ip}:{target-dir} {mount-dir} allow_other reconnect nonempty defaults 0 0 </code> - https://blog.leocat.kr/notes/2018/04/23/sshfs-mount-remote-server-using-ssh ===== Windows ===== WSL openssh server 설치 https://www.tuwlab.com/ece/29302 winfsp 설치 <code> https://github.com/billziss-gh/winfsp/releases </code> sshfs-win 설치 <code> https://github.com/billziss-gh/sshfs-win/releases </code> 네트워크 드라이브 연결 <code> net use S: \\sshfs\{user_id}@{server-ip} </code> {{tag>ssh sshfs filesystem fuse}}
sshfs.txt
· 마지막으로 수정됨: 2024/03/23 02:38 저자
127.0.0.1
문서 도구
문서 보기
이전 판
역링크
Fold/unfold all
맨 위로