summaryrefslogtreecommitdiffstats
path: root/cloginrc.sample
diff options
context:
space:
mode:
authorTar Committer <tar@ocjtech.us>2001-02-05 17:47:18 +0000
committerTar Committer <tar@ocjtech.us>2001-02-05 17:47:18 +0000
commitb88919bea4b222a616adbdd2b82fc262a14afc8d (patch)
treea75da71b0e2f905f35d2d7cbfd161df97a3d2c63 /cloginrc.sample
parent25c2b7c2c8a333b276c3499bcce004137d4b4fe0 (diff)
downloadrancid-b88919bea4b222a616adbdd2b82fc262a14afc8d.tar.gz
rancid-b88919bea4b222a616adbdd2b82fc262a14afc8d.tar.xz
rancid-b88919bea4b222a616adbdd2b82fc262a14afc8d.zip
Imported from rancid-2.1.tar.gz.rancid-2.1
Diffstat (limited to 'cloginrc.sample')
-rw-r--r--cloginrc.sample11
1 files changed, 7 insertions, 4 deletions
diff --git a/cloginrc.sample b/cloginrc.sample
index 2e17025..dc040b4 100644
--- a/cloginrc.sample
+++ b/cloginrc.sample
@@ -22,7 +22,7 @@
#
# add userprompt <router name regexp> <username prompt>
# What the router prints to prompt for the username.
-# Default: "(Username|login):"
+# Default: {"(Username|login|user name):"}
#
# add userpassword <router name regexp> <user password>
# The password for user if different than the password set
@@ -30,7 +30,7 @@
#
# add passprompt <router name regexp> <password prompt>
# What the router prints to prompt for the password.
-# Default: "\[Pp]assword:"
+# Default: {"(\[Pp]assword|passwd):"}
#
# add method <router name regexp> {ssh} [...]
# Defines, in order, which connection method(s) to use for a device
@@ -45,7 +45,7 @@
#
# add enableprompt <router name regexp> <enable prompt>
# What the router prints to prompt for the enable password.
-# Default: "\[Pp]assword:"
+# Default: {"\[Pp]assword:"}
#
# add enauser <router name regexp> <username>
# This is only needed if enable asks for a username and this
@@ -60,6 +60,9 @@
# add identity <router name regexp> <path to ssh identity file>
# Default is your default ssh identity.
#
+# include <file>
+# include a secondary .cloginrc file
+#
#
# Note: The first match for a hostname takes precedence.
@@ -105,7 +108,7 @@ add password * {clearance} {clarence}
add cyphertype * {3des}
# set the username prompt to "router login:"
-#add userprompt * router login:
+#add userprompt * {"router login:"}
# ssh identity for a juniper; used with jlogin
add identity my.juniper $env(HOME)/.ssh/juniper