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.