Goal
Clone:
ssh://[email protected]:2220/home/bandit30-git/repo
and find the password for the next level.
Hints
- Read
READMEcarefully—these levels sometimes require making a commit. - Common flow:
- edit a file
git addgit commit- maybe
git push
Solution (click to reveal)
On your local machine:
cd ~/overthewire
git clone ssh://bandit30-git@bandit.labs.overthewire.org:2220/home/bandit30-git/repo bandit30-repo
cd bandit30-repo
cat README
Follow the repo instructions. The password typically appears in server output or in a file after the required git action.