Network Discovery

22 is the ssh port, which allows remote access to a terminal.
It is possible to connect with a login/password.

$ ssh yolo@10.0.0.11

It is also possible to log in with a private key file.

$ ssh -i id_rsa yolo@10.0.0.11

The private key file should only be read by its owner.

$ chmod 600 id_rsa