All this assumes that you're running dirvish on the server as user "dirvishuser"
can you ssh info the computer to be backed up from the user account "dirvishuser" If not, you may have an .ssh permissions error. ~/.ssh and everything under it should only be able to be accessed by the user. In other words, ls -l ~/.ssh -d drwx------ 2 user group 4096 (date) .ssh ls -l ~/.ssh -rw------- 1 user group 787 (date) authorized_keys -rw------- 1 user group 1675 (date) id_rsa -rw-r--r-- 1 user group 394 (date) id_rsa.pub -rw-r--r-- 1 user group 1436 (date) known_hosts of course, if you're trying to run dirvish as "dirvishuser", you may have issues with hard links as well. On Friday 01 August 2008 12:38:43 am Andre Loss wrote: > Hi list, > > I try to use dirvish to backup my data on the server at work on my private > server at home. I installed dirvish on my home-server, made a ssh-keypair > and write at default.conf "client: [EMAIL PROTECTED]". > > When I start dirvish-runall as user "dirvishuser", it ask for a password > :-( > > > When I type the password, it is running. > > Why dirvish/ssh don't find the key, which is located at > /home/dirvishuser/.ssh? > > When I make "ssh -i /home/dirvishuser/.ssh/keyfile" as user "dirvishuser" > it works without asking for a password. Can I say dirvish the path to my > keyfile? > > Thanks for Your help > > Andre > > [EMAIL PROTECTED] > > _______________________________________________ > Dirvish mailing list > [email protected] > http://www.dirvish.org/mailman/listinfo/dirvish _______________________________________________ Dirvish mailing list [email protected] http://www.dirvish.org/mailman/listinfo/dirvish
