|
Edited by shevan86 at 2017-11-10 00:21
I did not setup ssh keys when installing.
I added them now.
$ ssh-keygen (without password)
$ cat ~/.ssh/id-rsa.pub >> /data/ssh/authorized_keys
even try to set permissions
$ chmod 600 /data/ssh/authorized_keys
But I can not connect to the host.
- ssh root@192.168.1.102
- The authenticity of host '192.168.1.102 (192.168.1.102)' can't be established.
- RSA key fingerprint is *************.
- Are you sure you want to continue connecting (yes/no)? yes
- Warning: Permanently added '192.168.1.102' (RSA) to the list of known hosts.
- root@192.168.1.102: Permission denied (publickey,keyboard-interactive).
Copy code
am I doing something wrong?
I already installed some applications and Kodi with some addons and I do not want to reinstall. But if it is the only option
|
|