Re: Use different pid file for second daemon?

From: Paul Hink (email_at_p-hink.de)
Date: 10/28/03


Date: 28 Oct 2003 19:13:29 GMT

Dale Dellutri <ddelQQQlutr@panQQQix.com> wrote:

> Is there any way to change the pid file that sshd uses when it
> starts?

Yes:

| PidFile
| Specifies the file that contains the process ID of the
| sshd daemon. The default is /var/run/sshd.pid.

`man sshd_config`

Paul