The 3rd solution is that we can choose to ignore .bashrc when using ssh and replace this file with the bash on our PC. For example, run, ssh bandit18@bandit.labs.overthewire.org -p 2220 /bin/bash, and then type in the password. This would give you a bash-like stuff so you can directly write cat readme to get the password for the next level.