roopurt18 Posted April 9, 2007 Share Posted April 9, 2007 I have two web servers that I'd like to give the ability to ssh into each other; I can already access each of them from my development PC but I need them to talk to each other. So far I've tried (using cPanel): Host 1: View Private Key <key_name> Host 2: Import Private Key I then copy the contents of the private key into the input box and import the key with <new_key_name> Now from the CLI I run: ssh -i ~/.ssh/<new_key_name> <host_address> and receive the "The authenticity of host ... can't be established." I'll keep banging my head against it, but if anyone could point me in the right direction I'd appreciate it. Quote Link to comment Share on other sites More sharing options...
roopurt18 Posted April 10, 2007 Author Share Posted April 10, 2007 n/m, I got it sorted. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.