Connection establish two server

How do make connection between two linux server.Such as SSH , rsync , ftp

This is quite a basic question. Where do you want to start - at the network's physical layer?

1 Like

I am trying to connect server2 from server1, then i am not able to do.

ssh server2

then I am getting error msg. Could you please tell the steps for resolve this

It always helps to post as much meaningful background info as possible lest painful to and fro quizzes be necessary.

  • What is the error message?
  • Is the ssh package installed on your server 1?
  • Does sshd run on server2?
  • Is ssh configured correctly on both ends?
  • What authentication method do you use?