Discussion:
[rancid] Known_hosts issue with fortigate cluster
Hugo Deprez
2012-01-23 20:49:43 UTC
Permalink
Dear community,

I just met an issue with the backup of a Fortigate 300A firewall.
This is a cluster.

Now the cluster is running on the slave member. My linux host is
complaining about the public key which is not matching the one from the
master.
I would like to know how you guys, do you deal with this situation ?

Regards

Hugo
JP Viljoen
2012-01-23 20:54:58 UTC
Permalink
Post by Hugo Deprez
Dear community,
I just met an issue with the backup of a Fortigate 300A firewall.
This is a cluster.
Now the cluster is running on the slave member. My linux host is
complaining about the public key which is not matching the one from
the master.
I would like to know how you guys, do you deal with this situation ?
Aaron Smith
2012-01-23 21:30:28 UTC
Permalink
Post by Hugo Deprez
Dear community,
I just met an issue with the backup of a Fortigate 300A firewall.
This is a cluster.
Now the cluster is running on the slave member. My linux host is
complaining about the public key which is not matching the one from the
master.
I would like to know how you guys, do you deal with this situation ?
If you can't manage the SSH keys on the Fortigate units, you could set
"StrictHostKeyChecking=no" in your SSH config or in the invocation of
the SSH client.

--
@@ron
Daniel Schmidt
2012-01-23 21:34:19 UTC
Permalink
Or ssh-keygen -R hostname

-----Original Message-----
From: rancid-discuss-***@shrubbery.net
[mailto:rancid-discuss-***@shrubbery.net] On Behalf Of Aaron Smith
Sent: Monday, January 23, 2012 2:30 PM
To: Hugo Deprez
Cc: rancid-***@shrubbery.net
Subject: Re: [rancid] Known_hosts issue with fortigate cluster
Post by Hugo Deprez
Dear community,
I just met an issue with the backup of a Fortigate 300A firewall.
This is a cluster.
Now the cluster is running on the slave member. My linux host is
complaining about the public key which is not matching the one from
the master.
I would like to know how you guys, do you deal with this situation ?
If you can't manage the SSH keys on the Fortigate units, you could set
"StrictHostKeyChecking=no" in your SSH config or in the invocation of the
SSH client.

--
@@ron
_______________________________________________
Rancid-discuss mailing list
Rancid-***@shrubbery.net
http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss
E-Mail to and from me, in connection with the transaction
of public business,is subject to the Wyoming Public Records
Act, and may be disclosed to third parties.
Hugo Deprez
2012-01-25 20:36:55 UTC
Permalink
Hello,

thank you for the answer.
I deleted the keys with ssh-keygen then I changed the ssh config of
rancid's user :

ssh -o StrictHostKeyChecking=no my_host

Everything is fine now.

Thank you.
Post by Daniel Schmidt
Or ssh-keygen -R hostname
-----Original Message-----
Sent: Monday, January 23, 2012 2:30 PM
To: Hugo Deprez
Subject: Re: [rancid] Known_hosts issue with fortigate cluster
Post by Hugo Deprez
Dear community,
I just met an issue with the backup of a Fortigate 300A firewall.
This is a cluster.
Now the cluster is running on the slave member. My linux host is
complaining about the public key which is not matching the one from
the master.
I would like to know how you guys, do you deal with this situation ?
If you can't manage the SSH keys on the Fortigate units, you could set
"StrictHostKeyChecking=no" in your SSH config or in the invocation of the
SSH client.
--
@@ron
_______________________________________________
Rancid-discuss mailing list
http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss
E-Mail to and from me, in connection with the transaction
of public business,is subject to the Wyoming Public Records
Act, and may be disclosed to third parties.
Loading...