Is it possible, like in Linux to only allow SSH access with the use of an ssh key and not allow password authentication.
I currently have DSA key working just fine but would like to not allow ssh connections via password.
Is it possible, like in Linux to only allow SSH access with the use of an ssh key and not allow password authentication.
I currently have DSA key working just fine but would like to not allow ssh connections via password.
It’s like that by default, at least on 5.x.
So it does. Just reacts in a different way to what I expected.
Thanks