Ryan, I imagine it has a lot to do with what is passing through those ssh connections. If you're talking about users having shell access, I think you'll be ok with even a very large number of users connected.
If, on the other hand, you want to transfer files or do remote X sessions through an SSH tunnel, you'll be much more limited. It all comes down to bandwidth. On my LAN, I have a file server with a Celeron 466. Sending large files through ssh cuts the throughput in half, I presume because of the poor celeron not being able to keep up with encrypting all that data. The more data you pump through each connection, the harder sshd will have to work. So, tell us what you want to do with ssh. Michael On Tuesday 21 September 2004 03:22 pm, Ryan Leathers wrote: > I'm wondering if there is a practical limit to the number of simultaneous > sshd processes that can be run. Suppose hardware is a typical business > desktop PC running a typical end-user distro. -- TriLUG mailing list : http://www.trilug.org/mailman/listinfo/trilug TriLUG Organizational FAQ : http://trilug.org/faq/ TriLUG Member Services FAQ : http://members.trilug.org/services_faq/ TriLUG PGP Keyring : http://trilug.org/~chrish/trilug.asc
