Hi,
I find myself stuck in the Service Authentication Brute Forcing section of the Login Brute Forcing module.
I have created the wordlist and used Hydra to get the password, but when I attempt to ssh in I get hit with a message saying Permission denied (publickey).
For reference, this is what I used: ssh b.gates@ip_here -p 22
I actually did eventually. I was using the wrong port value. 22 is the default for ssh, which is why they were using it in the examples, but the exercise actually wants to connect to the port specified when you spawn the target.
(For clarity, when the target IP is generated, it shows up in this format 000.000.000.000:00000. Those digits after the colon are the port number for the exercise)