sshfMCenter.sh
sshfMCenter.sh 프로그램
패스워드를 물어보는데 인증서를 통하여 패스워드를 skip할 수 있음
http://web.joang.com:8084/books/linux-command/page/ssh
#!/bin/sh
/usr/bin/sshfs -o allow_other hyunsu@192.168.0.10:/data /home/hyunsu/Desktop/sshf
exit 0
sshfMCenter.sh 프로그램
패스워드를 물어보는데 인증서를 통하여 패스워드를 skip할 수 있음
http://web.joang.com:8084/books/linux-command/page/ssh
#!/bin/sh
/usr/bin/sshfs -o allow_other hyunsu@192.168.0.10:/data /home/hyunsu/Desktop/sshf
exit 0