From b24aa5051db5d4bf9757efe7df06cb1892898382 Mon Sep 17 00:00:00 2001 From: Tar Committer Date: Thu, 3 Feb 2000 17:55:28 +0000 Subject: Imported from rancid-1.4.tar.gz. --- cloginrc.sample | 37 +++++++++++++++++++++++++++++++++---- 1 file changed, 33 insertions(+), 4 deletions(-) (limited to 'cloginrc.sample') diff --git a/cloginrc.sample b/cloginrc.sample index 71cd704..6b8f133 100644 --- a/cloginrc.sample +++ b/cloginrc.sample @@ -1,8 +1,34 @@ # 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. -## +# currently clogin supports a number of add directives: +# password +# user +# userpassword +# enauser +# autoenable +# cyphertype +# +# Details on each of these follows. +# +# add password +# +# add user +# The default user is $USER (i.e.: the user running clogin). +# +# add userpassword +# The password for user if different than the password set +# using 'add password'. +# +# add enauser +# This is only needed if enable asks for a username and this +# username is different from what user is set to. +# +# add autoenable <1/0> +# This is used if you are automatically enabled by the login process. +# +# add cyphertype +# Default is 3des. +# + #add password sl-bb*-dc cow24 #add password sl-gw*-dc geeks #add password sl* hank dog @@ -33,3 +59,6 @@ add password *.custz.net {jive} {surely} # all our routers, ie: everything else add password * {clearance} {clarence} + +# set ssh encryption type, dflt: 3des +add cyphertype * {3des} -- cgit