Hi all,

I am having an issue trying to connect from my Kali machine to my Ipad using metasploit.

My configuration:
  • Kali (latest version) - Updated, upgraded and dist-upgraded to the max.
  • Metasploit 4.11 (latest) - Ran the msfupdate already
  • SSH version 6.7p1
  • Ipad Air 8.1.1 Jailbroken


Issue:
I am launching metasploit, attempting to exploit my Ipad using the exploit "exploit/apple_ios/ssh/cydia_default_ssh". The RHOST ip from my Ipad is 192.168.1.2 and is configured, port is set to 22.
Once I run my exploit, this is what I get:
[*] 192.168.1.2:22 - Attempt to login as 'root' with password 'alpine'
[-] 192.168.1.2:22 SSH Error: Net::SSH::Exception : could not settle on kex algorithm[*] 192.168.1.2:22 - Attempt to login as 'mobile' with password 'dottie'
[-] 192.168.1.2:22 SSH Error: Net::SSH::Exception : could not settle on kex algorithm

On a side note, if I run "SSH 192.168.1.2" directly from the terminal, it works fine. It prompts me my root password and I am logged in.
I am not able to login through metasploit though.

Does anyone have any idea of what this might be? I am running a clean installation of Kali.

Thanks