Bandit Level 0

SSH is a command utility available on Windows and Linux Systems, also a protocol that helps us to connect to a server or computer remotely.

To connect to the game we need to use this command:

ssh <Username>@<IP> -p <Port>
    <Password>

It will ask for the password, and we will give it as it is, for some security purposes SSH does not show us when we type the password.

For the next user we can type exit to exit the SSH and go to the next user the same way.

Last updated