Page 1 of 1

shell server: public key authentication?

Posted: Tue Nov 09, 2021 11:40 am
by sdbrotsky
Does the shell server support public key authentication? If not, any chance of that appearing? I don't see it documented anywhere.

Re: shell server: public key authentication?

Posted: Tue Nov 09, 2021 1:14 pm
by ngufra

Re: shell server: public key authentication?

Posted: Tue Nov 09, 2021 3:25 pm
by fmc
Works for me. $HOME/.ssh is mode 755 (drwxr-xr-x.), $HOME/.ssh/authorized_keys is mode 600 (-rw-------.).

Re: shell server: public key authentication?

Posted: Thu Nov 11, 2021 1:26 pm
by sdbrotsky
Thanks @fmc! It works for me, too. So it works but is not documented. I guess I should have just tried it :). -d.