1
vote
0answers
125 views

Cannot SSHFS mount user home directory

I am attempting to setup a centralized home-directory server through sshfs and pam-mount. Currently I am stuck at this point: When attempting to mount the remote home directory sshfs just gets ...
1
vote
1answer
107 views

trying to use sshfs on ubuntu

i'm trying to use sshfs on ubuntu. i have root access on the server i'm trying to connect to. but everytime i try to connect using my ubuntu laptop, the message i get is the following: ...
3
votes
2answers
187 views

How to monitor website stats from the terminal?

is there any way to monitoring the stats from my own website .. like example.com .. just via our terminal without installing plugins .. so we can see real time visitor and bots came and go at website ...
2
votes
1answer
728 views

How can I automount my ecryptfs ~/.private directory without logging in?

On Ubuntu Server 12.04 LTS, ecryptfs is set up where my /home/user/.private directory becomes decrypted when I login. I can then access my files in /home/user/private. But if I don't login to the ...
4
votes
1answer
128 views

How to stop SSH filesystem from discarding root permissions after every command?

i have a small bash script that mounts my sshfs... problem is it ask for the server/host password for every mount... i have four mounts and i have to enter it every time for 4 times and its ...
5
votes
2answers
842 views

SSHFS files from one server to another

I am trying to find the most secure way to transfer files from one server to another. I have the following architecture: Currently I am using the main user salamis in order to mount the ...
2
votes
1answer
401 views

sshfs 'no such file' error

I'm trying to use sshfs to share a folder between two of my computers. I can ssh from the server, and see the folder I want to share. However, when I run sshfs, I get: david@desktop2:~$sshfs ...
4
votes
1answer
386 views

sshfs transform_symlinks is broken

I've been using the same fstab command for a while now: sshfs#user@host.be:/home/user /home/user/vps fuse user,port=22,uid=1000,gid=1000,allow_other,reconnect,transform_symlinks 0 0 And it used to ...
0
votes
1answer
541 views

GNOME Keyring not remembering auth for autosshfs

I am running Ubuntu 11.10 and using autosshfs, a per user SSHFS automount using user’s SSH config and keys. This works great except that Gnome Keyring isn't remembering the authentication and ...
2
votes
1answer
351 views

Auto mount remote NTFS drive on local system

I have an NTFS drive on PC-A that I would like automatically mounted on PC-B on startup or through a launcher so that I can access through Nautilus etc.. PC-A and PC-B are both running Natty Narwhal. ...
2
votes
3answers
3k views

Cannot write to Folder mounted with SSHFS

I just created a folder according to SSHFS (Ubuntu Docs) sudo apt-get install sshfs sudo gpasswd -a jm fuse sshfs -o idmap=user jm@example.com:/path/to/folder folder Then I found that the folder is ...
2
votes
0answers
253 views

SSHFS hangs during file copy [duplicate]

Possible Duplicate: System freeze caused by ath9k driver I use sshfs to handle transfers between servers, but have been running into problems since installing 11.04. I'm not sure if the ...
5
votes
1answer
694 views

What is the difference between “Connect to server…” and sshfs?

Can anyone quickly explain the technical difference between these two methods? Going to Places -> Connect to Server and select SSH (in GNOME) Using sshfs in terminal This probably boils down to ...
10
votes
4answers
2k views

Is there a GUI utility to mount remote filesystems over SSH?

Is there a GUI utility to mount remote filesystems over SSH (SSHFS)?