stillman Apprentice
Joined: 07 Dec 2002 Posts: 223 Location: Vienna, Austria
|
Posted: Thu Apr 20, 2006 4:17 pm Post subject: persistent shfs without ssh-askpass |
|
|
i'm using shfs to automatically mount a remote partition on a server(with a fstab-entry and a entry in authorized_keys). since the server resp. my client sometimes looses connection, i would like to add the option "persistent" to the respective line in fstab, but it seems that the ssh-askpass-app is required for this.
without it, i get the error-message: Quote: | Permission denied (publickey,keyboard-interactive). shfsmount: Cannot create connection | when a entry of my client in authorized_keys is present on the remote-machine resp. Quote: | ssh_askpass: exec(/usr/lib/misc/ssh-askpass): No such file or directory
Permission denied (publickey,keyboard-interactive).
shfsmount: Cannot create connection | when i try to login without a authorized_keys entry...
is there a way to create a persistent shfs mount without ssh-askpass? i can't install ssh-askpass as it depends on X...
is there a gui-less replacement for ssh-askpass or a way to make shfs-persistent work with keychains?
if there is none, what do you use to automatically mount server partitions in a secure way(mounting shfs via authkeys without passphrases to be able to automate it is also not the best solution)? i'm not supposed to install samba or nfs with VPN, am i? thanks for your input! |
|