Re: [CentOS] C 7.3 sshd will not reload

2017-03-03 Thread me
On Fri, 3 Mar 2017 08:53:43 Tru Huynh wrote: On Thu, Mar 02, 2017 at 11:29:24AM -0500, m...@tdiehl.org wrote: > Hi, > > Since upgrading to 7.3 I am having a problem getting sshd to reload after > configuration changes. When I issue the command "systemctl reload sshd.service" > > I get the

Re: [CentOS] C 7.3 sshd will not reload

2017-03-03 Thread Tru Huynh
On Thu, Mar 02, 2017 at 11:29:24AM -0500, m...@tdiehl.org wrote: > Hi, > > Since upgrading to 7.3 I am having a problem getting sshd to reload after > configuration changes. When I issue the command "systemctl reload > sshd.service" > > I get the following error: "Unit sshd.service cannot be

Re: [CentOS] C 7.3 sshd will not reload

2017-03-02 Thread Tate Belden
Oh yea! That's how I test/implement new configurations. Make a change restart test make a change Lather, rinse and repeat On Thu, Mar 2, 2017 at 6:26 PM, wrote: > On Thu, 2 Mar 2017, Tate Belden wrote: > > I have to assume it's something unique to your install, then. >> >> I

Re: [CentOS] C 7.3 sshd will not reload

2017-03-02 Thread me
On Thu, 2 Mar 2017, Tate Belden wrote: I have to assume it's something unique to your install, then. I run about a dozen sshd instances on as many CentOS 7 boxes around here. To a one, systemctl restart sshd is all it takes to implement config changes. Did you actually change something

Re: [CentOS] C 7.3 sshd will not reload

2017-03-02 Thread Tate Belden
I have to assume it's something unique to your install, then. I run about a dozen sshd instances on as many CentOS 7 boxes around here. To a one, systemctl restart sshd is all it takes to implement config changes. Only time it's given me fits is if I forget to actually write the config file in

Re: [CentOS] C 7.3 sshd will not reload

2017-03-02 Thread me
Hi, On Thu, 2 Mar 2017, Tate Belden wrote: Might I suggest using "systemctl restart sshd", instead of reload? At the least - see if it behaves differently for you. restart, reload, stop then start all produce the same results. If I do not change the configuration, and just issue the

Re: [CentOS] C 7.3 sshd will not reload

2017-03-02 Thread Tate Belden
Might I suggest using "systemctl restart sshd", instead of reload? At the least - see if it behaves differently for you. - *restart* = stop + start - *reload* = remain running + re-read configuration files. On Thu, Mar 2, 2017 at 9:29 AM, wrote: > Hi, > > Since

[CentOS] C 7.3 sshd will not reload

2017-03-02 Thread me
Hi, Since upgrading to 7.3 I am having a problem getting sshd to reload after configuration changes. When I issue the command "systemctl reload sshd.service" I get the following error: "Unit sshd.service cannot be reloaded because it is inactive." It is obviously still running because I am