On 22/03/02 11:27, [EMAIL PROTECTED] ([EMAIL PROTECTED])
wrote:

> Just out of curiosity, is integrated SSL/TLS support on the agenda for
> ircu?

You can link server with ssh if you need it...
For info

On host1 :

ssh -C -f -n -L 6789:host2:4400 login@host2 sleep 600
This do a compressed (-C) ssh tunnel to host2, you need to put your public
key into /home/login/.ssh (if you use openssh) to be able to be logged
without pass

In ircd.conf:
C:127.0.0.1:pass:host2_ircu_name:6789:800
H:*:*:host2_ircu_name

On host2:

C:host2_internet_ip:duck:host1_ircu_name::900
H:*:*:host_ircu_name

After you can link host1 to host2
(I am looking for a tips to be able to link host2 to host1 too)

-- 
   Jean-Edouard BABIN
Mail : [EMAIL PROTECTED]
Web  : www.Jeb.com.fr
Icq  : 27305084
Irc  : Jeb @#Mac-fr , @#So .. UnderNet.org

Reply via email to