PDA

View Full Version : [ubuntu] sshfs


u_kapaley256
October 27th, 2009, 09:15 PM
Hi all,
I am trying to mount my roomie's home through sshfs
But i can do it only through root
I dont have previliges as a user
pls help
Thanks

PS :
I followed these steps :-
1)Install sshfs
2)make directory /media/user
3)chown on the directory
4)adduser udayan fuse
5)sshfs user@192.168.1.67:/home/user /media/user

and then :-

*chmod 777 /media/user
*chgrp fuse /media/user

u_kapaley256
October 27th, 2009, 09:33 PM
Hi ,
Actually it was the error in ssh
i cleared the ~/.ssh/known_hosts file and i was done
Sorry for being so impatient
And thanks anyways