View Single Post
Old 02-06-2023, 09:39 AM   #1
vurt
Enthusiast
vurt began at the beginning.
 
Posts: 38
Karma: 28
Join Date: Apr 2016
Device: KV
SFTP: asking for password despite login without password

I turned on SSH server in KOReader and want to FTP into my KV.

Transmit is asking for password even though I'd set login without password.

In Terminal, I can ssh in without password but these directories are different from what I see via USB.

Code:
 ~ % ssh -p 2222 root@192.168.1.179
root@192.168.1.179's password: 
[root@kindle root]# ls -a
.             ..            .ash_history  .local
[root@kindle root]# cd .local
[root@kindle .local]# ls -a
.      ..     share
[root@kindle .local]# cd share
[root@kindle share]# ls -a
.       ..      webkit
[root@kindle share]# cd webkit
[root@kindle webkit]# ls -a
.             ..            icondatabase
[root@kindle webkit]#
EDIT:
I used username "root" and password "root" to login with SFTP, but I thought we didn't need a password.

Last edited by vurt; 02-06-2023 at 10:52 AM.
vurt is offline   Reply With Quote