Goal
Clone:
ssh://[email protected]:2220/home/bandit31-git/repo
and find the password for the next level.
Hints
- Again:
READMEis the contract. - If a command fails, check whether it expects a branch/tag.
Solution (click to reveal)
On your local machine:
cd ~/overthewire
git clone ssh://bandit31-git@bandit.labs.overthewire.org:2220/home/bandit31-git/repo bandit31-repo
cd bandit31-repo
cat README
Do what README says, then locate the password.