Невозможно войти в ssh используя gnome

Я пытаюсь настроить резервное копирование по расписанию.

После ввода моих данных ssh (хост, порт, имя пользователя, путь) и нажатия OK я получаю:

Password-less authentication for user@xxx.xxx.xxx failed. Look at 'man backintime' for further instructions

Даже если я ввожу пароль в закрытый ключ SSH, я получаю то же самое.

Как я могу ввести свой пароль ssh в прошлое для гнома?

1
задан 20 April 2015 в 19:26

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.
2
ответ дан 21 April 2015 в 05:26

Другие вопросы по тегам:

Похожие вопросы: