PDA

View Full Version : How to establish SSH in kali nethunter



dotan.g
2015-11-19, 05:02
I tried to establish SSH tunnel between my nethunter and my mac. It didn't work.

I typed in my terminal
ssh <nethunter_ip> but, it keeps asking me for password which I don't know...
But I never entered a password when I installed nethunter. Some forums say 'toor' is the default password, but it didn't work.

How do I establish SSH tunnel between my nethunter and my mac?

Thanks

fhlipZero
2015-11-20, 16:00
you're only doing ssh ip address, you need to specify the user as well. So

ssh root@nethunterip

Flakke123
2015-12-11, 21:49
If you are using Nethunter 2.0 you have to go to:
/etc/ssh/sshd_config
search for PermitRootLogin
and change it to "yes"