Tier I
SSH
Secure Shell (SSH) is a remote administration protocol used for remote access (via credentias or private key) to servers and systems.

SSH
Secure Shell (SSH) is a remote administration protocol that offers encryption, used for remote access (via credentias or private key) to servers and systems.
It uses tcp port 22.
Login with SSH
If you find a SSH port then you can try to connect with this command:
ssh username@target-ip
It will ask the password and then you can use it.