Mailinglist Archive: opensuse-factory (715 mails)
| < Previous | Next > |
Re: [opensuse-factory] Milestone 2 sshd being launched in non-deamon mode
- From: Cristian Rodríguez <crrodriguez@xxxxxxxxxxxx>
- Date: Thu, 22 Mar 2012 15:13:06 -0300
- Message-id: <4F6B6BB2.1010206@opensuse.org>
El 21/03/12 21:58, Sid Boyce escribió:
and what is the problem ?
"-D When this option is specified, sshd will not detach and does not become a daemon. This allows easy monitoring of sshd.
"
Unless there is something else wrong, -D does exactly what instructed to.. does not fork()... systemd documentation discourages forking daemons and documentation recommends using the current mode instead.
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-factory+owner@xxxxxxxxxxxx
After upgrading to Milestone 2 I wasn't able to ssh into the box after a
reboot.
/lib/systemd/system/sshd.service had the "-D" option so connections were
being refused.
and what is the problem ?
"-D When this option is specified, sshd will not detach and does not become a daemon. This allows easy monitoring of sshd.
"
Unless there is something else wrong, -D does exactly what instructed to.. does not fork()... systemd documentation discourages forking daemons and documentation recommends using the current mode instead.
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-factory+owner@xxxxxxxxxxxx
| < Previous | Next > |