The ssh daemon has to run as root (see /etc/rc in the VS). All files in the
/etc/ssh directory should be root.root owned. With all files chmod'd to 644,
except ssh_host_dsa_key and ssh_host_key being chmod'd to 600
Bill.
----- Original Message -----
From: "Sam Mayes" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, April 27, 2001 6:13 PM
Subject: RE: php and mysql
>
> i connect via ssh1 and still connect to the main server not the vhost when
i
> try and start sshd by hand in the vhost i get
> [admin@the /root]$ /usr/sbin/sshd
> error: Could not load host key: /etc/ssh/ssh_host_key: Permission denied
> Disabling protocol version 1
> error: Could not load DSA host key: /etc/ssh/ssh_host_dsa_key
> Disabling protocol version 2
> sshd: no hostkeys available -- exiting.
> sshd: no hostkeys available -- exiting.
>
>
>
> the skeletons provided by freevsd.org have mysql compiled into php. i have
> no /etc/php.ini though. i check the compile settings for php
>
> Sam
>
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Pau Marshall
> Sent: Friday, April 27, 2001 12:28 PM
> To: [EMAIL PROTECTED]
> Subject: Re: php and mysql
>
>
> Hi Sam,
>
> Re: SSH problem
> I noticed that in your last message you tried to ssh2 to the server. Try
> using ssh1. While the SSH RPM that comes with FreeVSD is version 2, it was
> not compiled to support SSH2. I suspect it was because of RSA issues.
>
> Re: MySQL
>
> I recommend installing PHP from source. RPM's just aren't flexible enough.
> PHP has to many compile time options. I'm not positive, but I believe
> php_info.php will tell you what compile-time options were included. I
think
> there is an option that may need to be set in your php.ini file also.
>
> Take care,
>
> Paul
>