Level Goal
The password for the next level is stored in a file readme in the homedirectory. Unfortunately, someone has modified .bashrc to log you out when you log in with SSH.
As soon as we connect to this challenge, we get kicked out with a pretty message saying Byebye !

Lucky for us, ssh allows us to specify a command to run as soon as we connect, let’s try that with something easy, like ls.
Looks like we have a readme file! Not let’s cat it when we connect
Looks like a flag to me!