TracNav
Application Development
- Build Environment
- Build Environment (Jhbuild)
- Build OpenInkpot Package
- Build Own Package
- Packages available
- Applications Debug
- Configure TCP/IP for networking
- Connect device via SSH access
- Connect device via NFS access
- Connect device via X Server
- "Current document" protocol
- EFL
- Keycodes
Translation
- New Developer
General Overview
- Development Cycle
Applications
Global Menu (graphical interface)...
- MadShelf (bookshelf)
- MadAudio (audio player)
- CoolReader 3 (ebook reader)
- FBReader (ebook reader)
- MadEye (image viewer)
- LocoPDF (PDF viewer)
Policies
Guides
Specifications
Reference docs
- Google Summer of Code
- Quips
- IPlinux Development
- Hardware
- Vendors
Connect device via SSH access
OpenInkpot firmware provides SSH access to the device wherever possible (if USB networking is supported by the device). When you put your own books onto the device via SSH you can create any kind of directory structure that suits your needs in the /mnt/storage directory that is provided for user book storage. If you use the live version or any other kind of "dual" boot system, make sure, you running OpenInkpot before trying to access the device by SSH !
| Device | SSH access |
| V3 | Yes |
| Netronix EB-600 | No |
| PRS-505 | Yes |
| Hanvon N516 | Yes |
Be sure that you have configured IP networking prior to trying a SSH connection.
Table of Contents
Linux/Mac OS X
Using a terminal:
$ ssh root@192.168.111.1 Password: zxc oi:~#
FreeBSD
$ ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no root@192.168.111.1
Windows
Get a SSH client, e.g.:
Now run your SSH client and point it to the 192.168.111.1 (username: root, password: zxc).
Attachments
-
linux.inf
(6.4 KB) - added by dottedmag
9 months ago.
-
neo_vista_x64.inf
(1.7 KB) - added by dottedmag
9 months ago.
-
win64-linux.inf
(6.4 KB) - added by dottedmag
9 months ago.

