UNPKG

sshfs-node

Version:

Help to mount remote filesystem through ssh.

9 lines 215 B
language: node_js node_js: - 0.6 - 0.8 before_install: - sudo apt-get install sshfs - ssh-keygen -t rsa -f ~/.ssh/id_rsa -P "" - touch ~/.ssh/authorized_keys - cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys