Created SILC Crypto Toolkit git repository.
[crypto.git] / doc / examples / cell_backup.conf
diff --git a/doc/examples/cell_backup.conf b/doc/examples/cell_backup.conf
deleted file mode 100644 (file)
index 0a32208..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-#
-# Backup router + Normal server
-# 212.146.24.252 on 1335
-#
-
-General {
-        key_exchange_rekey = 30;
-        #key_exchange_pfs = true;
-};      
-
-ServerInfo {
-       hostname = "pelle.kuo.fi.ssh.com";
-       primary { ip = "212.146.42.252"; port = 1335; };
-       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";
-};
-
-#############################################################################
-
-# This server use me as primary router
-ServerConnection {
-        host = "212.146.42.251";
-        passphrase = "priikone";
-       backup = true;
-};
-
-#############################################################################
-
-# My primary router
-RouterConnection {
-       host = "212.146.42.253";
-       port = 1334;
-       passphrase = "priikone";
-       initiator = true;
-};