Communicating with an another PC in ubuntu/Linux
We can use the below command in the terminal for accessing the other terminal
Format-
ssh -v -X [username]@[ip Address of the destination system]
PS:Please ignore the brackets
Example-
ssh -v -X spec@192.168.1.3
Format-
ssh -v -X [username]@[ip Address of the destination system]
PS:Please ignore the brackets
Example-
ssh -v -X spec@192.168.1.3
Comments
Post a Comment