Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Nov 2009 01:57:18 +0200
From:      Manolis Kiagias <sonicy@otenet.gr>
To:        Gary Kline <kline@thought.org>
Cc:        FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject:   Re: no sshd on new server...
Message-ID:  <4B00955E.908@otenet.gr>
In-Reply-To: <20091115234930.GA11465@thought.org>
References:  <20091115234930.GA11465@thought.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Gary Kline wrote:
> 	ok, i have my new server-to-be underway but having problems exec'ing
> 	/usr/sbin/sshd.  i can ssh out to existing computers, but cannot ssh
> 	or scp stuff in.  so my question is:  how do i create
> 	/etc/ssh/ssh_host_dsa_key ?  checking around does no good.
>
> 	tia for any insights,
>
> 	gary
>
>   
Add:

sshd_enable="YES" to /etc/rc.conf and then execute:

/etc/rc.d/sshd start (or reboot your system)

The keys will be automatically created at first startup of the ssh daemon



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4B00955E.908>