Initial revision
[silc.git] / doc / example_silc.conf
1 #
2 # Configured ciphers.
3 #
4 # Format: <name>:<module path>:<key length>:<block length>
5 #
6 # If the cipher is builtin the <module path> maybe omitted.
7 #
8 [cipher]
9 twofish-cbc:/home/priikone/silc/lib/silcsim/modules/twofish.sim.so:16:16
10 rc6-cbc:/home/priikone/silc/lib/silcsim/modules/rc6.sim.so:16:16
11 mars-cbc:/home/priikone/silc/lib/silcsim/modules/mars.sim.so:16:16
12 none:/home/priikone/silc/lib/silcsim/modules/none.sim.so:0:0
13
14 #
15 # Configured hash functions.
16 #
17 # Format: <name>:<module path>:<block length>:<digest length>
18 #
19 # If the hash function is builtin the <module path> maybe omitted.
20 #
21 [hash]
22 md5::64:16
23 sha1::64:20
24
25 #
26 # Configured PKCS.
27 #
28 # Format: <name>:<module path>:<key length>
29 #
30 # NOTE: <module path> must be omitted as PKCS cannot be modules currently.
31 #
32 #[pkcs]
33 #rsa::1024
34 #dss::1024
35
36 #
37 # Configured connections to servers.
38 #
39 # Format: <remote host>:<auth type>:<auth data>:<port>
40 #
41 # <auth type> maybe `passwd' or `pubkey'.
42 #
43 [connection]
44 #lassi.kuo.fi.ssh.com:passwd::1333
45
46 #
47 # Commands.  These are executed when SILC client is run.  Normal
48 # SILC commands may be executed here.
49 #
50 # Format: <command>
51 #
52 [commands]
53 /server silc.pspt.fi