osx 에서 원격 리눅스 마운트(네트워크 드라이브)
목적은 탐색기 같은 GUI tree 구조로 디렉토리 보기 위함
SSHFS 설치
https://osxfuse.github.io 에서
SSHFS for macOS 설치비번없이 로그인 설정
참고링크로컬에 폴더 하나 만들기
$ mkdir ~/remote
연결 - 호스트명 뒤에 콜론(:) 없으면
missing host
뱉어냄$ sshfs aaa: ~/remote
또는$ sshfs aaa.com: ~/remote
$ sshfs root@aaa:/ ~/remote