Username: bandit0
Password: bandit0
Host: bandit.labs.overthewire.org
Port: 2220
ssh bandit0@bandit.labs.overthewire.org -p 2220
Check list of files in the home directory of user bandit0
ls
CAT the readme file
cat readme
You can copy those remote(bandit) files to your own system(kali).
First, start a new terminal in kali.
To copy the bandit0's readme file to the Desktop of kali linux. Do the following:
scp -P 2220 bandit0@bandit.labs.overthewire.org:~/readme ~/Desktop/
When asked for password, give the user's(bandit0) password.
Now you can go to Desktop and cat the file.
cd ~/Desktop/
cat readme
ZjLjTmM6FvvyRnrb2rfNWOZOTa6ip5If
Happy hacking!