Comment 19 for bug 319575

Revision history for this message
Jayen (jayen) wrote :

nvm, I just managed to reproduce this bug on maverick without a step 4. Just sshfs stopped multiload-applet from allowing suspend. Full command: sshfs -o gid=`id -g` -o idmap=user -o "ControlPath=/tmp/sshfs.cse" cse: ~/cse -o PreferredAuthentications=password -o reconnect

And in my ssh_config:
ControlMaster auto
ControlPath ~/.ssh/control_%l_%h_%p_%r
HashKnownHosts no
ForwardX11 yes
StrictHostKeyChecking no
CheckHostIP no
NoHostAuthenticationForLocalhost no
ServerAliveCountMax 3
ServerAliveInterval 20
Host cse
 HostName login.cse.unsw.edu.au