To connect one linux server to another linux server, you have to install ssh package first.
In this case, lets consider we have 2 Ubuntu 12.04 Servers, then
apt-get install openssh-client
then type this command and press enter
ssh root@<IP address>
For example
ssh root@10.2.10.10
In this case, lets consider we have 2 Ubuntu 12.04 Servers, then
apt-get install openssh-client
then type this command and press enter
ssh root@<IP address>
For example
ssh root@10.2.10.10
No comments:
Post a Comment