From 798cf8533712597c6032fa28cbae81456fd7f54f Mon Sep 17 00:00:00 2001 From: QJKX Date: Tue, 22 Oct 2019 01:06:19 +0100 Subject: [PATCH] Add some basic information about the ssh server --- SSH.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/SSH.md b/SSH.md index 19642b3..3087476 100644 --- a/SSH.md +++ b/SSH.md @@ -1,3 +1,11 @@ +In KOReader the _SSH server_ settings are under Network in the _tools menu_ (Cog icon). + +The ssh server is dropbear. Openssh's sftp server is also installed. +The `authorized_keys` file is at `settings/SSH/authorized_keys`. +Username is root. +`Login without password` lets you log in with any password (it's not to do with keys). + + # Connecting through SFTP - without password You can connect to device when it is online (in your home WiFi network) with SFTP if you setup your SSH to allow root logins without password.