TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Remote Logging with SSH and Syslog-NG

1 pointsby clebioover 9 years ago

1 comment

dozzieover 9 years ago
Please don&#x27;t. SSH client was never a tool intended for unsupervised running (i.e. running as a daemon&#x2F;service). Deploying it in any non-trivial scale gives awful lot of problems, including managing host keys, user keys, user accounts to log for port forwarding, and ensuring that user key for port forwarding actually allows for nothing more.<p>You can tell how well suited it was for the task from just the list of options and redirections in &#x2F;etc&#x2F;inittab entry from the article, and it still misses several important options (e.g. setting ExitOnForwardFailure or StrictHostKeyChecking). How can you be sure you covered all the necessary options?<p>And all that while there is a well-known tool called stunnel. Really, I wouldn&#x27;t trust the training on sysadmin&#x27;s tasks that recommends using SSH for such things.