Once upon a time, Lennart Poettering <[email protected]> said: > Note that systemd puts a (configurable) limit on the number of > concurrent connections, much like sshd does it, so there's very little > difference... Also ssh forks of per-connection processes too, so the > difference is probably even smaller...
The difference is that when sshd is running as a "traditional" daemon, it can do all of its start-up processing once (parsing config files, loading host keys, etc.), instead of for each connection. -- Chris Adams <[email protected]> -- devel mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/devel
