use ssh to connect to another computer code example
Example 1: how to log into a remote linux server
ssh [username]@[ip]
Example 2: how to get ssh access to a computer
ssh-keygen -t rsa
ssh [username]@[ip]
ssh-keygen -t rsa