Quantcast
Channel: MobileRead Forums - Kindle Developer's Corner
Viewing all articles
Browse latest Browse all 4414

Computer get Internet from Kindle(SSH)!?

$
0
0
Hello Guys,

Yea, i have a "little" problem. I want to share the internet connection from the kindle over the USB-Cable/SSH/UsbNetwork. The Kindle get the Internet from a Wifi-Stick.

What I tried was:
I installed and configured OpenSSH and when I write:
Code:

ssh root@192.168.15.244 -L 8099:192.168.15.244:22
in Windows Console I get something like that:
Code:

C:\Users\Christoph>ssh root@192.168.15.244 -L 8099:192.168.15.244:22
Could not create directory '/home/Christoph/.ssh'.
The authenticity of host '192.168.15.244 (192.168.15.244)' can't be established.

RSA key fingerprint is 4e:30:f8:bf:3e:92:b6:ad:18:21:b3:47:95:9e:02:30.
Are you sure you want to continue connecting (yes/no)? yes
Failed to add the host to the list of known hosts (/home/Christoph/.ssh/known_ho
sts).


Welcome to Kindle!

root@192.168.15.244's password:
#################################################
#  N O T I C E  *  N O T I C E  *  N O T I C E  #
#################################################
Rootfs is mounted read-only. Invoke mntroot rw to
switch back to a writable rootfs.
#################################################
[root@kindle root]# channel 2: open failed: connect failed:
channel 2: open failed: connect failed:
channel 3: open failed: connect failed:
channel 2: open failed: connect failed:
channel 3: open failed: connect failed:
channel 4: open failed: connect failed:
channel 2: open failed: connect failed:
channel 3: open failed: connect failed:
channel 2: open failed: connect failed:
channel 2: open failed: connect failed:

but no Internet. I changed of course the proxy of the browser.

I really looking forward to hear solutions for this problem, thanks!

Regards
Bagerfahrer

Viewing all articles
Browse latest Browse all 4414

Trending Articles