View Single Post
Old 08-31-2012, 05:16 AM   #102
atordo
Connoisseur
atordo is a splendid one to beholdatordo is a splendid one to beholdatordo is a splendid one to beholdatordo is a splendid one to beholdatordo is a splendid one to beholdatordo is a splendid one to beholdatordo is a splendid one to beholdatordo is a splendid one to beholdatordo is a splendid one to beholdatordo is a splendid one to beholdatordo is a splendid one to behold
 
Posts: 89
Karma: 19669
Join Date: Apr 2012
Device: Kindle Touch
Quote:
Originally Posted by cubicme View Post
just wondering is there any way to get ssh working with this? i have scp command in xterm but having ssh would make kindle crazy powerful.
The KT already has a binary called dropbearmulti in /usr/local/bin whose help reads:
Code:
Dropbear multi-purpose version 0.52
Make a symlink pointing at this binary with one of the following names:
'dropbear' - the Dropbear server
'dbclient' or 'ssh' - the Dropbear client
'dropbearkey' - the key generator
'dropbearconvert' - the key converter
'scp' - secure copy
So ssh is already bundled, you just need to create the symlink (ln -s dropbearmulti ssh) or use "dbclient" instead of "ssh" if you don't want to write in the root filesystem.
atordo is offline   Reply With Quote