View Single Post
Old 04-04-2012, 08:02 AM   #14
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by lsi View Post
I tried to implement this, but I cannot connect using SSH.

The first to steps were OK:
1. Jailbreak - https://www.mobileread.com/forums/sho...d.php?t=160454
2. Launcher - https://www.mobileread.com/forums/sho...d.php?t=161263
I was able to set up the USBnetworking, and my computer (Linux Mint) sees the network and connects. I use static IP 192.168.15.1.

Then when I run "sudo ssh root@192.168.15.244", I get "ssh: connect to host 192.168.15.244 port 22: Connection refused".

What else could I try?
nmap

Let it search for the address of the Kindle usbnet, which may not have recognized your entry of the address 192.168.15.244 in its configuration.

nmap 192.168.15.0/24
will report any addresses in that 256 address subnet range actively in-use and if port 22 is open on any of them.

"man nmap" for lots more details.
knc1 is offline   Reply With Quote