Hi all .
i install archlinux_xfce-20160415-longsleep-pine64-4GB.img .
and
i set in /etc/ssh/sshd_config
PasswordAuthentication no
then
i cannot access the odroid-c2 PC by ssh.
namely
ssh -l foge 192.168.100.101
Permission denied (publickey).
all lines of /etc/ssh/sshd_config is next .
AuthorizedKeysFile .ssh/authorized_keys
PasswordAuthentication no
ChallengeResponseAuthentication no
UsePAM yes
PrintMotd no # pam does that
Subsystem sftp /usr/lib/ssh/sftp-server
PasswordAuthentication ssh is no ploblem .
by the way
i frequently use vnc over ssh at internet .
so 'PasswordAuthentication no' is needed .
ssh -l foge 192.168.100.101 -L 5900:localhost:5900
and then
on another terminal
xtightvncviewer localhost:5900
-----------
regards
tuyosi---> http://odroid-akita.blogspot.jp/2016/05 ... linux.html