Ignore:
Timestamp:
Nov 11, 2007 5:05:10 PM (16 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-1.30, version-2.00, version-3.01, version-3.02
Children:
906c763
Parents:
e5fee75
Message:

Auto generate the ssh keys used to coordinate gateways.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedkit/splitter.conf.example

    re5fee75 r22bb7f8  
    77ScriptDir: /users/faber/testbed/federation
    88
    9 # These will go away, but for now should be password-free ssh keys.  Format is
    10 # unimportant (dsa vs. rsa)
    11 GatewayPubkey: /users/faber/fed_dsa.pub
    12 GatewaySecretKey: /users/faber/fed_dsa
     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
    1320
    1421# These are the SMB share to export and the user to export them as.  They
     
    1825SMBShare: USERS
    1926SMBUser: 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 TracChangeset for help on using the changeset viewer.