0 votes
in Linux by
How can you login to another system in your network from your system?

1 Answer

0 votes
by
How can you login to another system in your network from your system?

SSH can be used for this. The Syntax is as follows:

ssh <username>@<ip address>

Suppose you want to login into a system with IP address 192.168.5.5 as a user “mike”, then the command would be:

$ ssh [email protected]

Related questions

+1 vote
asked May 11, 2021 in Linux by rajeshsharma
+1 vote
asked Jan 9, 2022 in Amazon VPC by DavidAnderson
...