Note on changing IRC password
This commit is contained in:
parent
0105c36e9b
commit
a3e1c8b22c
|
@ -188,8 +188,20 @@ Check *use SSL* and *accept invalid SSL certificate*.
|
|||
|
||||
Enter *#freedombone* as the channel name.
|
||||
|
||||
Enter the password which can be found from the IRC menu of the *control panel*.
|
||||
|
||||
Click *close* and then *connect*.
|
||||
|
||||
*** Changing or removing the IRC password
|
||||
By default the IRC server is set up to require a password for users to log in. The password is the same for all users. If you want to change or remove the password:
|
||||
|
||||
#+BEGIN_SRC bash
|
||||
ssh myusername@mydomain -p 2222
|
||||
sudo control
|
||||
#+END_SRC
|
||||
|
||||
Select the *IRC Menu* and then change the password. An empty password will allow anyone to log in, so you can have a globally accessible IRC system if you wish, although you might want to carefully consider whether that's wise.
|
||||
|
||||
** XMPP/Jabber
|
||||
*** Using with Profanity
|
||||
The [[http://profanity.im][Profanity]] shell based user interface and is perhaps the simplest way to use XMPP from a laptop. It's also a good way to ensure that your [[between different devices ][OTR keys]] are the same even when logging in from different laptops or devices, and it also means that if those devices later become compomised then there are no locally stored OTR keys to be found.
|
||||
|
|
Loading…
Reference in New Issue