updates.
[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 aes-256-cbc:/usr/local/silc/modules/aes.sim.so:32:16
10 aes-192-cbc:/usr/local/silc/modules/aes.sim.so:24:16
11 aes-128-cbc:/usr/local/silc/modules/aes.sim.so:16:16
12 twofish-256-cbc:/usr/local/silc/modules/twofish.sim.so:32:16
13 twofish-192-cbc:/usr/local/silc/modules/twofish.sim.so:24:16
14 twofish-128-cbc:/usr/local/silc/modules/twofish.sim.so:16:16
15 mars-256-cbc:/usr/local/silc/modules/mars.sim.so:32:16
16 mars-192-cbc:/usr/local/silc/modules/mars.sim.so:24:16
17 mars-128-cbc:/usr/local/silc/modules/mars.sim.so:16:16
18 none:/usr/local/silc/modules/none.sim.so:0:0
19
20 #
21 # Configured hash functions.
22 #
23 # Format: <name>:<module path>:<block length>:<digest length>
24 #
25 # If the hash function is builtin the <module path> maybe omitted.
26 #
27 [hash]
28 sha1::64:20
29 md5::64:16
30
31 #
32 # Configured HMAC functions. The hash function used in the HMAC must
33 # configured to the [hash] section.
34 #
35 # Format: <name>:<hash name>:<mac length>
36 #
37 [hmac]
38 hmac-sha1-96:sha1:12
39 hmac-md5-96:md5:12
40 hmac-sha1:sha1:20
41 hmac-md5:md5:16
42
43 #
44 # Configured PKCS.
45 #
46 # Format: <name>
47 #
48 [pkcs]
49 rsa
50
51 #
52 # Configured connections to servers.
53 #
54 # Format: <remote host>:<auth type>:<auth data>:<port>
55 #
56 # <auth type> maybe `passwd' or `pubkey'.
57 #
58 [connection]
59 #lassi.kuo.fi.ssh.com:passwd::706
60
61 #
62 # Commands.  These are executed when SILC client is run.  Normal
63 # SILC commands may be executed here.
64 #
65 # Format: <command>
66 #
67 [commands]
68 /server silc.pspt.fi