2013年6月18日 星期二

Linux 使用 sshfs 連結 Android 4.0

Android :

(WIFI 順暢狀態)
 
安裝 SSHelper

啟動後會監聽在 WIFI 界面上

Username : root
Password : admin
Post : 2222


Linux :

// mount
$ sshfs -o port=2222,idmap=user,uid=1000,gid=1000 root@192.168.99.100:/ ./Your_SmartPhone_Mount_Point
// umount
$  fusermount -u ./Your_SmartPhone_Mount_Point

沒有留言:

張貼留言