Maybe this is slightly off topic because it is more of an ssh question, sorry.
I have two openbsd boxes running sshd. They are mirrors of each other, and we switch between them every two weeks. They have their own IP numbers, 10.1.1.42, and 10.1.1.43, but whichever machine is the production box gets the IP number 10.1.1.44 and you can no longer get to that machine via it's own IP number. Currently all employee's telnet into the production box. I want to get that switched over to ssh. The trouble is the host key appearing to change every two weeks. Can I just duplicate the host key from one box onto the other box? And which key file[s] would that be that I need to copy? Or do I need to see about turning off host key checking on our client? --ja --

