Can't connect to ssh on tryhackme

Viewed 20

I connected to tryhackme openvpn and when I tried to connect to ssh on "Breaching Active Directory" room, it tells me

Connection reset by 10.200.89.248 port 22

here is the command:

ssh thm@THMJMP1.za.tryhackme.com

update:

I also run nmap

and apears that ssh is open at port 22

└─$ nmap THMJMP1.za.tryhackme.com                                       

Starting Nmap 7.92 ( https://nmap.org ) at 2022-09-20 02:35 EDT
Nmap scan report for THMJMP1.za.tryhackme.com (10.200.89.248)
Host is up (0.067s latency).
Not shown: 995 closed tcp ports (conn-refused)
PORT     STATE SERVICE
22/tcp   open  ssh
135/tcp  open  msrpc
139/tcp  open  netbios-ssn
445/tcp  open  microsoft-ds
3389/tcp open  ms-wbt-server

Nmap done: 1 IP address (1 host up) scanned in 15.40 seconds
0 Answers
Related