diff options
author | Tar Committer <tar@ocjtech.us> | 1999-06-20 23:17:14 +0000 |
---|---|---|
committer | Tar Committer <tar@ocjtech.us> | 1999-06-20 23:17:14 +0000 |
commit | 8c5c1d20fc744c7e60a6197fc397b44d424c65b8 (patch) | |
tree | 4b32e7ecf45efe9619d3909df3a943edb86f7027 /.cloginrc.sample | |
download | rancid-8c5c1d20fc744c7e60a6197fc397b44d424c65b8.tar.gz rancid-8c5c1d20fc744c7e60a6197fc397b44d424c65b8.tar.xz rancid-8c5c1d20fc744c7e60a6197fc397b44d424c65b8.zip |
Imported from rancid-1.0.tar.gz.rancid-1.0
Diffstat (limited to '.cloginrc.sample')
-rw-r--r-- | .cloginrc.sample | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/.cloginrc.sample b/.cloginrc.sample new file mode 100644 index 0000000..71cd704 --- /dev/null +++ b/.cloginrc.sample @@ -0,0 +1,35 @@ +# comments are cool, as is whitespace +# currently clogin supports three add directives; password, user, and +# autoenable. +# eventually, others may be added to allow other features. +## +#add password sl-bb*-dc cow24 +#add password sl-gw*-dc geeks +#add password sl* hank dog +#add password at* pete cow +#add password sdn* mujahid horse +#add password icm* peter +#add password * anything +# +#add user sl-gw*-dc twit +#add user sdn* sdn_auto +#add user sdn-bb* ops_eng +#add user * $env(USER) + +# customer x +# these routers ask for a username and password. we automatically get +# enable access after successful authentication. +add user *.custx.net roger +add password *.custx.net {doger} +add autoenable *.custx.net 1 + +# customer y +# this is the normal cisco login. a password followed by and enable password. +add password *.custy.net {vector} {victor} + +# customer z +add user *.custz.net shirley +add password *.custz.net {jive} {surely} + +# all our routers, ie: everything else +add password * {clearance} {clarence} |