View Single Post
Old 08-03-2013, 05:27 PM   #49
apos
Zealot
apos solves Fermat’s last theorem while doing the crossword.apos solves Fermat’s last theorem while doing the crossword.apos solves Fermat’s last theorem while doing the crossword.apos solves Fermat’s last theorem while doing the crossword.apos solves Fermat’s last theorem while doing the crossword.apos solves Fermat’s last theorem while doing the crossword.apos solves Fermat’s last theorem while doing the crossword.apos solves Fermat’s last theorem while doing the crossword.apos solves Fermat’s last theorem while doing the crossword.apos solves Fermat’s last theorem while doing the crossword.apos solves Fermat’s last theorem while doing the crossword.
 
apos's Avatar
 
Posts: 126
Karma: 28670
Join Date: Dec 2011
Location: Ludwigshafen, Germany
Device: 623 Touch Lux, 912 Pro (selled), Surfpad 4 L, Waiting for CAD-Reader !
Confirm working on PB 623 (Touch Lux)

Hi again,

I can confirm that this works on PB623 (Lux Touch) - which is a really exciting device.

I used the newly created pb_sshd.zip of rkomar from the first thread!

I could then
  • create a ssh connection in nautilus with port 1124 and user "sreader" which gives me a secure and easy way to mount the device
  • in the shell I have to use the "-T" parameter to be able to "ssh" to the device thereby using user "sreader"

From commandline:
Code:
ssh -p 1124 -T sreader@ip_of_pocketbook "echo $(pwd);uname -r"
... if you don't add the "echo $(pwd);uname -r" you'll see "nothing" at the prompt ;-)

I am very happy, that everything is working.

Greets and many thanks
Axel

Last edited by apos; 01-16-2014 at 04:18 PM. Reason: added ssh commandline
apos is offline   Reply With Quote