I'm trying to setup SSH access to my FreeNAS using SSH public keys and I've run into a problem I've not been able to find a solution to.
I have a user, mattias, to which I paste an RSA public key into the "SSH Public Key" field. Afterwards when I try to SSH
I get
FreeNAS 11 - SSH: permission denied (publickey)
I have a user, mattias, to which I paste an RSA public key into the "SSH Public Key" field. Afterwards when I try to SSH
ssh mattias@192.168.1.30
I get
Permission denied (publickey)
. If I use the -v
I get the following:Code:
$ ssh mattias@192.168.1.30 -v OpenSSH_7.3p1, OpenSSL 1.0.2k 26 Jan 2017 debug1: Reading...
FreeNAS 11 - SSH: permission denied (publickey)