Re: Enabling SSHD

From: Jonathan Adams <jfadams1963_at_proton.me>
Date: Mon, 29 Jan 2024 14:32:38 UTC
On Monday, January 29th, 2024 at 8:47 AM, Paul M Foster <paulf@quillandmouse.com> wrote:
 

> In any case, this doesn't provide any actual methods for resolving the
> current problem.

Paul, please accept my apologies for a less than useful reply--I was a little rushed at the time.

In /etc/ssh/sshd_config set to "YES":

# Change to yes to enable built-in password authentication.
# Note that passwords may also be accepted via KbdInteractiveAuthentication.
PasswordAuthentication no

In /etc/rc.conf add--if not there already:
sshd_enable=YES

Then you can (re)start sshd:
# service sshd start

Hopefully I didn't forget anything. If I did, someone will let us know! :-)

- Jonathan Adams
____________________________________________
"Before Turing, things were done to numbers.
After Turing, numbers began doing things"
- George Dyson