overthewire.bandit.lvl[27-28]
Level Goal
there is a git repository at ssh://bandit27-git@localhost/home/bandit27-git/repo. the password for user bandit27-git is the same as for the user bandit27.
clone the repository and find the password for the next level
Solution
cloning the repo provided in the level goal, and listing the files in the repo’s working directory we find a file named README.md.

let’s cat(1) it.

we got the next level’s password and we are done!.