Cannot connect to a remote directory using SSH

Asked by Yann SLADEK

Hi,

first of all, thanks a lot for your great software.

I'm trying to save data to a remote directory on my local network. So I chosed the SSH connection, enter the hostname (192.168.X.X), directory and credentials settings and tried to connect. But I got an error message saying 'Unable to mount host. Connexion box has been canceled' (translated from French).
You can see my configuration windows here : http://hpics.li/2befc89
I tried using the public address of this server, didn't work, I tried to use the NFS remote access, didn't work either

Finally, I tried mounting my directory locally (with NFS on my user account) and save data on it but I got a warning from sbackup saying my actual credentials doesn't allow me to save data on that storage.

How can I do to get it working ?
For the record, I'm using the latest PPA version (0.11.4) and it was the same thing with 0.11.3 (using Ubuntu 10.10)

Thanks a lot for your answer

Question information

Language:
English Edit question
Status:
Solved
For:
sbackup Edit question
Assignee:
No assignee Edit question
Solved by:
Yann SLADEK
Solved:
Last query:
Last reply:
Revision history for this message
Evan Gillette (gillettee-deactivatedaccount) said :
#1

You need to add the RSA key of your remote directory to your root user's known_hosts.
I actually blogged about doing this: http://www.evangillette.com/2011/01/06/simple-backup-suite-ssh-issue/

Hope this helps

Revision history for this message
Yann SLADEK (yann-sladek) said :
#2

Perfect, it's working like a charm now
Thanks a lot