SSH:
->Secure Shell.
->used to connect the another system in your system with in LAN.
Installation:
->Press Alt+Ctrl+T(Open terminal).
->First check if ssh is installed on your machine or not by entering the below command in terminal.
ssh $host "echo 2>&1" && echo $host OK || echo $host NOK
if above statement prints OK then ssh already installed on your machine.then you can go last step to connect the system.
else it prints NOK then enter below command in terminal.
-> apt-get install openssh-server
Then enter following command to connect to other computer
ssh -X username@IP_ADDRESS
Example :ssh -X mahesh@172.21.39.120
->Secure Shell.
->used to connect the another system in your system with in LAN.
Installation:
->Press Alt+Ctrl+T(Open terminal).
->First check if ssh is installed on your machine or not by entering the below command in terminal.
ssh $host "echo 2>&1" && echo $host OK || echo $host NOK
if above statement prints OK then ssh already installed on your machine.then you can go last step to connect the system.
else it prints NOK then enter below command in terminal.
-> apt-get install openssh-server
Then enter following command to connect to other computer
ssh -X username@IP_ADDRESS
Example :ssh -X mahesh@172.21.39.120
0 Response to "Installation and Use of SSH in UBUNTU"
Post a Comment