I'm trying to configure OpenSSH from scratch on some RH Linux boxes (at least to begin with). I've never done this before and I'm not sure of all of the steps involved.
Obviously, I need to install OpenSSH. Once I do that, I need to start the sshd service. Here's where I get a little confused. I know there's keys I need to generate for connections, but I'm not sure how to do this. Also, there's a configuration file in /etc/ssh, but I'm not sure what to do to it (if anything).
Just playing with it so far, I was able to get the service started on two machines (at first, for testing purposes) and I ssh'd from one to the other. I received this message:
"The authenticity of host '<host-I'm-connecting-to (IP)>' can't be established. RSA key fingerprint is blah:blah:blah:blah:etc. Are you sre you want to continue connecting (yes/no)?"
What do I do here? I've been to the openssh site, and it's a little confusing for someone who has never done this before. All help is appreciated!
Obviously, I need to install OpenSSH. Once I do that, I need to start the sshd service. Here's where I get a little confused. I know there's keys I need to generate for connections, but I'm not sure how to do this. Also, there's a configuration file in /etc/ssh, but I'm not sure what to do to it (if anything).
Just playing with it so far, I was able to get the service started on two machines (at first, for testing purposes) and I ssh'd from one to the other. I received this message:
"The authenticity of host '<host-I'm-connecting-to (IP)>' can't be established. RSA key fingerprint is blah:blah:blah:blah:etc. Are you sre you want to continue connecting (yes/no)?"
What do I do here? I've been to the openssh site, and it's a little confusing for someone who has never done this before. All help is appreciated!