125 lines
2.8 KiB
Plaintext
125 lines
2.8 KiB
Plaintext
$OpenBSD: patch-doc_example_silcd_conf_in,v 1.4 2004/02/29 07:12:42 brad Exp $
|
|
--- doc/example_silcd.conf.in.orig 2004-02-28 17:15:18.000000000 +0100
|
|
+++ doc/example_silcd.conf.in 2004-02-28 17:20:52.000000000 +0100
|
|
@@ -35,7 +35,7 @@ General {
|
|
# This is the default path where to search modules. If omitted
|
|
# built-in modules will be used. Built-in modules will also be
|
|
# used if a module file cannot be located.
|
|
- module_path = "@MODULESDIR@";
|
|
+ module_path = "";
|
|
|
|
# If both passphrase and public key authentication is set for a
|
|
# connection the public key authentication is the preferred one
|
|
@@ -170,14 +170,14 @@ ServerInfo {
|
|
#
|
|
# Server name (FQDN)
|
|
#
|
|
- hostname = "lassi.kuo.fi.ssh.com";
|
|
+ hostname = "localhost";
|
|
|
|
#
|
|
# Primary listener. Specify the IP address and the port to bind
|
|
# the server.
|
|
#
|
|
Primary {
|
|
- ip = "10.2.1.6";
|
|
+ ip = "127.0.0.1";
|
|
port = 706;
|
|
};
|
|
|
|
@@ -197,24 +197,24 @@ ServerInfo {
|
|
#
|
|
# Geographic location
|
|
#
|
|
- Location = "Kuopio, Finland";
|
|
+ Location = "Earth";
|
|
|
|
#
|
|
# Full admin name
|
|
#
|
|
- Admin = "Foo T. Bar";
|
|
+ Admin = "Admin";
|
|
|
|
#
|
|
# Admin's email address
|
|
#
|
|
- AdminEmail = "foo-admin@bar.com";
|
|
+ AdminEmail = "root@127.0.0.1";
|
|
|
|
#
|
|
# Run SILC server as specific user and group. The server must be
|
|
# initially run as root.
|
|
#
|
|
- User = "nobody";
|
|
- Group = "nobody";
|
|
+ User = "_silcd";
|
|
+ Group = "_silcd";
|
|
|
|
#
|
|
# Public and private keys
|
|
@@ -440,10 +440,10 @@ Client {
|
|
# required.
|
|
#
|
|
Admin {
|
|
- Host = "10.2.1.199";
|
|
- User = "priikone";
|
|
- Nick = "pekka";
|
|
- Passphrase = "verysecret";
|
|
+ Host = "127.0.0.1";
|
|
+ User = "admin";
|
|
+ Nick = "admin";
|
|
+ Passphrase = "admin";
|
|
# PublicKey = "/path/to/the/public.pub";
|
|
};
|
|
|
|
@@ -466,13 +466,13 @@ Admin {
|
|
# to true. For normal connections set it false. If it is set to true then
|
|
# your server will be backup router.
|
|
#
|
|
-ServerConnection {
|
|
- Host = "10.2.1.7";
|
|
- Passphrase = "verysecret";
|
|
- #PublicKey = "/path/to/the/public.pub";
|
|
- Params = "normal";
|
|
- Backup = false;
|
|
-};
|
|
+#ServerConnection {
|
|
+# Host = "10.2.1.7";
|
|
+# Passphrase = "verysecret";
|
|
+# #PublicKey = "/path/to/the/public.pub";
|
|
+# Params = "normal";
|
|
+# Backup = false;
|
|
+#};
|
|
|
|
#
|
|
# Configured router connections
|
|
@@ -502,17 +502,17 @@ ServerConnection {
|
|
# backup router is in our cell then set the "BackupLocal" option to true.
|
|
# If the backup router is in other cell then set it to false.
|
|
#
|
|
-RouterConnection {
|
|
- Host = "10.2.1.100";
|
|
- Port = 706;
|
|
- Passphrase = "verysecret";
|
|
- #PublicKey = "/path/to/the/public.pub";
|
|
- Params = "normal";
|
|
- Initiator = true;
|
|
- #BackupHost = "10.2.1.6";
|
|
- #BackupPort = 706;
|
|
- #BackupLocal = true;
|
|
-};
|
|
+#RouterConnection {
|
|
+# Host = "10.2.1.100";
|
|
+# Port = 706;
|
|
+# Passphrase = "verysecret";
|
|
+# #PublicKey = "/path/to/the/public.pub";
|
|
+# Params = "normal";
|
|
+# Initiator = true;
|
|
+# #BackupHost = "10.2.1.6";
|
|
+# #BackupPort = 706;
|
|
+# #BackupLocal = true;
|
|
+#};
|
|
|
|
#
|
|
# Denied connections
|