View Single Post
Old 03-04-2016, 09:40 PM   #16
dodger666
Banned
dodger666 began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Feb 2016
Device: KT2
My take on ssh'ing into KT2....

Since I use Slackware it's easy.

!. Generate public & private keys on local-host

# ssh-keygen
Generating public/private rsa key pair.
Enter file in which to save the key (/root/.ssh/id_rsa):
Enter passphrase (empty for no passphrase): ***LEAVE EMPTY***
Enter same passphrase again:
Your identification has been saved in /root/.ssh/id_rsa.
Your public key has been saved in /root/.ssh/id_rsa.pub.
The key fingerprint is:
c7:6c:e7:58:b6:c7:9e:08:ca:43:55:8c:a1:71:99:3c root@darkstar

2. Copy the public key to kindle

# mount /dev/(kindle device id) /mnt
# cp /root/.ssh/id_rsa.pub /mnt/usbnet/etc/authorized_keys
# umount /mnt

3. ssh (kindle IP), continue connecting & your good to go....


EDIT: Sorry if duplicate post...just scrolled & saw knc1's tutorial, which is a bit more in depth...

Last edited by dodger666; 03-04-2016 at 10:37 PM.
dodger666 is offline   Reply With Quote