https://bugzilla.novell.com/show_bug.cgi?id=852643 https://bugzilla.novell.com/show_bug.cgi?id=852643#c8 --- Comment #8 from David Westfall <david.westfall@red-inc.us> 2014-07-16 16:53:41 UTC --- The difference between mine and Richard Warnner's fix is that I shutdown SSHD and he just stops the interface from shutting down. Programs that do not have a shutdown routine will be closed by the OS as it goes down. The problem with systemd is that it shutdowns the interface, then the OS shuts down SSHD. Because the interface is already down the remote client does not get the disconnect. There is most likely a better way then killall sshd, but the fix is to add an ExecStop to sshd.service in systemd. Dave W -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.