#Authentication SSH service
Intrusionz3r0X@htb[/htb]$ ssh -v cry0l1t3@10.129.14.132
#Change authetnication method
Intrusionz3r0X@htb[/htb]$ ssh -v cry0l1t3@10.129.14.132 -o PreferredAuthentications=password
#Enable the EscapeCommandLine to allows the access to portforwarding
Intrusionz3r0X@htb[/htb]$ ssh user@10.129.169.123 -o EnableEscapeCommandline=yes
#Audit SSH Service
Intrusionz3r0X@htb[/htb]$ ssh-audit.py 10.129.14.132