X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=doc%2Fexamples%2Fcell_server1.conf;fp=doc%2Fexamples%2Fcell_server1.conf;h=0000000000000000000000000000000000000000;hb=f9d9c92fcc179ff82ae7aa5f724440215f194827;hp=a24a6130b45f35e6e82165d6629cadffccba3076;hpb=e7b6c157b80152bf9fb9266e6bdd93f9fb0db776;p=crypto.git diff --git a/doc/examples/cell_server1.conf b/doc/examples/cell_server1.conf deleted file mode 100644 index a24a6130..00000000 --- a/doc/examples/cell_server1.conf +++ /dev/null @@ -1,61 +0,0 @@ -# -# Normal server 1 -# 212.146.24.251 on 1333 -# - -General { - key_exchange_rekey = 30; - #key_exchange_pfs = true; -}; - -ServerInfo { - hostname = "leevi.kuo.fi.ssh.com"; - primary { ip = "212.146.42.251"; port = 1333; }; - servertype = "mun servo"; - location = "mun huone"; - admin = "Pekka Riikonen"; - adminemail = "priikone@silcnet.org"; - user = "nobody"; - group = "nobody"; - publickey = "./silcd.pub"; - privatekey = "./silcd.prv"; - motdfile = "./motd"; -}; - -Logging { - quicklogs = true; - info { file = "silcd.log"; }; -}; - -ConnectionParams { - name = "foo"; - key_exchange_pfs = true; -}; - -Client { }; - -Admin { - user = "priikone"; - passphrase = "testi"; -}; - -############################################################################# - -# My primary router -RouterConnection { - host = "212.146.42.253"; - port = 1334; - passphrase = "priikone"; - initiator = true; -}; - -# Our cell's backup router -RouterConnection { - host = "212.146.42.252"; - port = 1335; - passphrase = "priikone"; - initiator = true; - backuphost = "212.146.42.253"; - backupport = 1334; - backuplocal = true; -};