Register Guidelines E-Books Search Today's Posts Mark Forums Read

Go Back   MobileRead Forums > Non-English Discussions > Deutsches Forum > Andere Lesegeräte

Notices

Reply
 
Thread Tools Search this Thread
Old 09-06-2012, 06:49 AM   #1
koboman
Junior Member
koboman began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Sep 2012
Device: kobo touch
kobo touch: ssh mit Firmware 2.0.0

hat das jemand zum laufen bekommen?
ich habe es nach der anleitung probiert, aber es funktioniert nicht

http://blog.ringerc.id.au/2011/01/en...39912045579235

laut nmap ist nach der modifikation auch kein ssh-port da

danke
koboman is offline   Reply With Quote
Old 09-06-2012, 02:44 PM   #2
ikarus9999
Connoisseur
ikarus9999 can spell AND pronounce 'liseuse.'ikarus9999 can spell AND pronounce 'liseuse.'ikarus9999 can spell AND pronounce 'liseuse.'ikarus9999 can spell AND pronounce 'liseuse.'ikarus9999 can spell AND pronounce 'liseuse.'ikarus9999 can spell AND pronounce 'liseuse.'ikarus9999 can spell AND pronounce 'liseuse.'ikarus9999 can spell AND pronounce 'liseuse.'ikarus9999 can spell AND pronounce 'liseuse.'ikarus9999 can spell AND pronounce 'liseuse.'ikarus9999 can spell AND pronounce 'liseuse.'
 
Posts: 88
Karma: 39373
Join Date: Apr 2003
Location: Austria
Device: Kobo Touch
Quote:
Originally Posted by koboman View Post
hat das jemand zum laufen bekommen?
ich habe es nach der anleitung probiert, aber es funktioniert nicht

http://blog.ringerc.id.au/2011/01/en...39912045579235

laut nmap ist nach der modifikation auch kein ssh-port da

danke
Ja, funktioniert wunderbar. Aktuell habe ich die 2.1.1 Firmware drauf mit SSH und Telnet.

Anbei mein KoboRoot.tgz zum installieren von Dropbear unter 2.1.1.
Sollte auch unter 2.0.0 funktionieren. Eventuell /etc/init.d/rcS von 2.0.0 kopieren und am Ende folgendes einfügen.
File extrahieren und umbennen auf 'KoboRoot.tgz' und in den '.kobo' Ordner kopieren.

Code:
mkdir -p /dev/pts
mount -t devpts devpts /dev/pts
/usr/sbin/inetd /etc/inetd.conf &

cd /etc/dropbear
test -f rsa_host_key || dropbearkey -t rsa -f rsa_host_key
test -f dss_host_key || dropbearkey -t dss -f dss_host_key

/usr/sbin/dropbear -d /etc/dropbear/dss_host_key -r /etc/dropbear/rsa_host_key
Attached Files
File Type: zip KoboRoot_dropbear.zip (173.4 KB, 485 views)
ikarus9999 is offline   Reply With Quote
Advert
Old 09-07-2012, 11:54 AM   #3
koboman
Junior Member
koboman began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Sep 2012
Device: kobo touch
Hey, danke :-)
Hatte inzwischen aber auch eine Anleitung gefunden, mit der es funktioniert.
Hat jemand noch `nen Tipp, wo man dran schrauben muss, damit WIFI sich nach ein paar Minuten nicht abschaltet?
Ich schaufel meine Bücher inzwischen per ssh rüber, aber es ist blöd, wenn sich dann plötzlich WIFI abschaltet.
Danke :-)
koboman is offline   Reply With Quote
Old 09-14-2012, 06:32 AM   #4
kalabala
Junior Member
kalabala began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Jun 2012
Device: Kobo Touch
hey ikarus9999,

Danke für den File, aber jetzt muss ich ein Password eingeben!

xxxx@192.168.178.151's password:
Permission denied, please try again.
xxxx@192.168.178.151's password:
Permission denied (publickey,password).

wie und woher hole ich das Passwort?
Idee? ich hatte nie ein Password für das Gerät. Telnet geht auch ohne Password.

Danke im Voraus,
Kalabala
kalabala is offline   Reply With Quote
Old 09-14-2012, 06:33 AM   #5
kalabala
Junior Member
kalabala began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Jun 2012
Device: Kobo Touch
ich will aber Telnet behalten. Hab vorhin auch das gemacht :

# change root's password to unusable
# this will disable telnet/ftp access as root, but there are ways
# to reenable if absolutely necessary
sed -i 's/^root::/root:x:/' /etc/passwd
sync
# signal init to reread inittab
kill -1 1

dann mein Telnet war weg !

Last edited by kalabala; 09-14-2012 at 06:36 AM.
kalabala is offline   Reply With Quote
Advert
Old 09-24-2012, 09:21 AM   #6
ikarus9999
Connoisseur
ikarus9999 can spell AND pronounce 'liseuse.'ikarus9999 can spell AND pronounce 'liseuse.'ikarus9999 can spell AND pronounce 'liseuse.'ikarus9999 can spell AND pronounce 'liseuse.'ikarus9999 can spell AND pronounce 'liseuse.'ikarus9999 can spell AND pronounce 'liseuse.'ikarus9999 can spell AND pronounce 'liseuse.'ikarus9999 can spell AND pronounce 'liseuse.'ikarus9999 can spell AND pronounce 'liseuse.'ikarus9999 can spell AND pronounce 'liseuse.'ikarus9999 can spell AND pronounce 'liseuse.'
 
Posts: 88
Karma: 39373
Join Date: Apr 2003
Location: Austria
Device: Kobo Touch
Hi Kalabala

Einfach per Telnet einloggen und mittels

Code:
passwd
das Passwort ändern.

Damit sollte auch Telnet noch funktionieren.


Quote:
Originally Posted by kalabala View Post
hey ikarus9999,

Danke für den File, aber jetzt muss ich ein Password eingeben!

xxxx@192.168.178.151's password:
Permission denied, please try again.
xxxx@192.168.178.151's password:
Permission denied (publickey,password).

wie und woher hole ich das Passwort?
Idee? ich hatte nie ein Password für das Gerät. Telnet geht auch ohne Password.

Danke im Voraus,
Kalabala
ikarus9999 is offline   Reply With Quote
Old 10-31-2012, 11:25 AM   #7
kalabala
Junior Member
kalabala began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Jun 2012
Device: Kobo Touch
Hallo ikarus9999,

Somehow i cannot disable the SSH password, (i need to access the Kobo per SSH without password)

whenever i set a password, then i can access the device per both telnet & ssh with the password, and whenever i remove the password with the command:
sed /^root/s/.*:root:/root::0:0:root:/ /etc/passwd
I cannot access the device at all !
I copy the backed-up passwd file and put it in KoboRoot.tgz (in etc), then i can access the telnet without a password and ssh needs password which i dont know! (went back to the start)

I'm a bit confused here!

what i need is to disable the password so i can access the device with ssh without entering any password.

I would appreciate any help with it.

Kalabala
kalabala is offline   Reply With Quote
Old 11-01-2012, 10:13 AM   #8
kalabala
Junior Member
kalabala began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Jun 2012
Device: Kobo Touch
my main goal is to send one line of a shell commant that would connect to the device through ssh and execute the command (so i don't need to use expect).
something like: ssh root@192.168.178.151 '<command>'
and as i figured out, it can't be done with a password!
kalabala is offline   Reply With Quote
Old 11-06-2012, 05:24 AM   #9
ikarus9999
Connoisseur
ikarus9999 can spell AND pronounce 'liseuse.'ikarus9999 can spell AND pronounce 'liseuse.'ikarus9999 can spell AND pronounce 'liseuse.'ikarus9999 can spell AND pronounce 'liseuse.'ikarus9999 can spell AND pronounce 'liseuse.'ikarus9999 can spell AND pronounce 'liseuse.'ikarus9999 can spell AND pronounce 'liseuse.'ikarus9999 can spell AND pronounce 'liseuse.'ikarus9999 can spell AND pronounce 'liseuse.'ikarus9999 can spell AND pronounce 'liseuse.'ikarus9999 can spell AND pronounce 'liseuse.'
 
Posts: 88
Karma: 39373
Join Date: Apr 2003
Location: Austria
Device: Kobo Touch
You could try to setup dropbear passwordless using the private/public key approach.

See

http://www.cybermilitia.net/2009/02/...ear-on-debian/

for more details.
ikarus9999 is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Touch Kobo Touch Firmware 2.0 MDK Kobo Reader 1347 11-30-2012 01:21 PM
Touch Kobo Touch Firmware 1.9.9 danskmacabre Kobo Reader 69 08-21-2011 11:47 PM
Touch Kobo Touch Firmware 1.9.7 MDK Kobo Reader 46 07-27-2011 02:14 PM
Touch Kobo Touch Firmware 1.9.5 MDK Kobo Reader 196 07-08-2011 07:30 PM


All times are GMT -4. The time now is 08:42 PM.


MobileRead.com is a privately owned, operated and funded community.