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.

How to Setup a Secure Private IRC Channel

4 pointsby potomakalmost 12 years ago

3 comments

na85almost 12 years ago
The entire point of running a channel on a public IRC network like freenode is to enable ad-hoc collaboration and communication. In fact I&#x27;d argue that that is the entire point of IRC as a whole. A guide for running a secure and private IRC channel on freenode seems like a non-sequitur.<p>First of all, it only takes one user connecting to your channel without SSL to render your encrypted connection worse than useless.<p>Secondly, if security and privacy are of utmost concern, then you should be running your own IRC server(s) in-house, thus allowing you more complete control and the ability to issue k-lines etc.
dscbalmost 12 years ago
First of all if you want secure private IRC you should be running your own irc daemon (I would reccommend UnrealIRCd).<p>Second, if you insist on using a public IRC server a much better solution would be to use FiSH encryption (ultrx.net&#x2F;doc&#x2F;fish). Distribute the passkey over another channel to the users and you can have secure irc on a public network without even making the channel private. SSL also ceases to matter.
arochalmost 12 years ago
Err, why is this here? Also, the NickServ and ChanServ commands are going to differ across networks and IRCd&#x27;s...If you want a truly private IRC you should probably roll your own server. If that isn&#x27;t an option, at least set a key for your channel so that messages are encrypted
评论 #6212546 未加载