source: fedkit/splitter.conf.example

Last change on this file was 22bb7f8, checked in by Ted Faber <faber@…>, 16 years ago

Auto generate the ssh keys used to coordinate gateways.

  • Property mode set to 100644
File size: 1.1 KB
Line 
1# Sub experiments will have this name.  It's wise to pick a unique one
2Experiment: faber-splitter
3
4Master: deter
5TmpDir: /tmp
6Testbeds:/users/faber/testbeds
7ScriptDir: /users/faber/testbed/federation
8
9# These will be honored if used, but automatically generating the keys by
10# leaving these commented is probably better, but for now should be
11# password-free ssh keys.  Format is unimportant (dsa vs. rsa)
12# GatewayPubkey: /users/faber/fed_dsa.pub
13# GatewaySecretKey: /users/faber/fed_dsa
14
15# Type of key to auto generate.  RSA and DSA are valid choices, leaving it
16# unspecified gives you RSA keys (as long as GatewayPubKey and GatewaySecretKey
17# are not specified.
18
19GatewayKeyType: rsa
20
21# These are the SMB share to export and the user to export them as.  They
22# should probably be per-testbed parameters and probably will become so.  Any
23# user in the project instantiated on the master testbed will work.  You do not
24# need access to this user's ssh keys.
25SMBShare: USERS
26SMBUser: jhickey
27
28
29# The number of experiment links or lans that can be multiplexed over one
30# gateway pair.
31MuxLimit: 2
32
33
Note: See TracBrowser for help on using the repository browser.