Issue with SSH into Target

Target spawn cannot be found

Command input:

ssh [htb-student]@[10.129.129.1]

command return:

ssh: Could not resolve hostname [10.129.129.1]: Name or service not known"

I have tried to relaunch Pwnbox, reload VPN Config file, and relaunch target machine.

Results are still the same.

Hey! Are you actually using ['s? Or is that just to highlight the code? Just figured I would mention it should look like this:

ssh htb-student@10.129.129.1

Give that a try. Sometimes the man pages can be misleading with how they document usage.
-onthesauce

1 Like

Yes, and thank you! I feel like an idiot. Problem solved!

1 Like

Don’t feel like an idiot, trust me, I have had dumber moments than that(like hours wasted on typos or rogue punctuation). Glad it was an easy fix though. Feel free to reach out if you need any help.

1 Like

Will do! Thanks again!