The password for the next level is stored in a file called readme located in the home directory. Use this password to log into bandit1 using SSH. Whenever you find a password for a level, use SSH (on port 2220) to log into that level and continue the game.
解密
-
ssh -p 2220 bandit0@bandit.labs.overthewire.org
,密码bandit0
,登陆 -
cat ~/readme
得到下一关密码boJ9jbbUNNfktd78OOpsqOltutMc3MY1
知识点
主要让我们使用了cat
命令,查看文件内容。