J'essaie de configurer une sauvegarde planifiée avec un retour dans le temps.
Après avoir entré mes données ssh (hôte, port, nom d'utilisateur, chemin d'accès) et cliqué sur OK, j'obtiens:
Password-less authentication for [email protected] failed. Look at 'man backintime' for further instructions
Même si j'entre le mot de passe dans la clé privée SSH, j'obtiens le même.
Comment puis-je entrer mon mot de passe ssh à temps pour gnome?
De man backintime
:
To prepare your user account for ssh-mode you have to add the user
to group 'Fuse' by typing 'Sudo adduser <USER> Fuse' in terminal.
To apply changes you have to logout and login again.
Next you have to create a password-less login to the remote Host
(for further information look at http://www.debian-administration.org/articles/152).
Type in terminal 'ssh-keygen -t rsa' hit enter for default path
and enter a passphrase for the private key.
Finally type 'ssh-copy-id -i ~/.ssh/id_rsa.pub <REMOTE_USER>@<Host>'
and enter your password on remote Host.