Discussion:
[BackupPC-users] Fatal error (bad version): Host key verification failed.
Joachim Sturm
2007-08-27 11:10:49 UTC
Permalink
I know, it's discussed several times, but I can't find a solution for my
verification problem.

It's an installation on Ubuntu-6.06.1 LTS with apt-get, not compiled!

I created a keyfile on my BackupPc-Server (ssh-keygen -t rsa).
I copied the file "id_rsa.pub" to my client into /root/.ssh/.
Then I did "cat ./id_rsa.pub > authorized_keys2" and got the file
"authorized_keys2".
Rob Owens
2007-08-27 17:17:05 UTC
Permalink
I got an error like this once (using sudo, though) and it turned out to
be that I had forgotten to install rsync on the host.

-Rob
Post by Joachim Sturm
I know, it's discussed several times, but I can't find a solution for my
verification problem.
It's an installation on Ubuntu-6.06.1 LTS with apt-get, not compiled!
I created a keyfile on my BackupPc-Server (ssh-keygen -t rsa).
I copied the file "id_rsa.pub" to my client into /root/.ssh/.
Then I did "cat ./id_rsa.pub > authorized_keys2" and got the file
"authorized_keys2".
Holger Parplies
2007-09-01 11:25:50 UTC
Permalink
Hi,
Post by Joachim Sturm
[...]
I copied the file "id_rsa.pub" to my client into /root/.ssh/.
Then I did "cat ./id_rsa.pub > authorized_keys2" and got the file
"authorized_keys2".
man cp :-)
Loading...