Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment
Blinkenshell SSHd listen port?

Edit History Actions Discussion

Info/IRC/SASL

IRC SASL

SASL is an authentication mechanism that allows you to identify with services (NickServ) during the connection process and eliminating the need to /msg nickserv identify.

BlinkenIRC SASL with irssi

To configure irssi to connect to BlinkenIRC with SASL.

Step 1 (optional). Update irssi server config if you're running on triton:

/server add -network BlinkenIRC -tls -auto irc0.blinkenshell.org 6697
/server remove sao
/server list

Server list should return a line for BlinkenIRC looking something like this:

19:57 irc0.blinkenshell.org 6697  BlinkenIRC autoconnect, tls

Step 2. Modify network to use SASL (you must be registered with NickServ)

/network modify -sasl_username <nickserv_username> -sasl_password <nickserv_password> -sasl_mechanism plain BlinkenIRC

/disconnect BlinkenIRC
/connect BlinkenIRC

When reconnecting to BlinkenIRC you should see a line like this in the output:

19:55 [BlinkenIRC] SASL authentication succeeded