Невозможно войти в ssh используя gnome
Я пытаюсь настроить резервное копирование по расписанию.
После ввода моих данных SSH (хост, порт, имя пользователя, путь) и нажмите ОК, я получаю:
Password-less authentication for user@xxx.xxx.xxx failed. Look at 'man backintime' for further instructions
Даже если я введу пароль в закрытом ключе SSH, я получу то же самое.
Как я могу ввести свой пароль SSH в прошлое для гнома?
1 ответ
От 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.