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.

Surviving the SSHpocolypse

15 pointsby Kenanalmost 13 years ago

2 comments

akira2501almost 13 years ago
Maybe I'm missing something, but why would you patch SSH instead of just using something like pam_mysql and nscd?
评论 #4299339 未加载
viraptoralmost 13 years ago
It's not clear from the post if they're still using a custom patch. It looks like the fairly new option AuthorizedKeysCommand could save them some work, since you can plug in an arbitrary external script that way.