Mailing List Archive

Multiple passwords....
My $HOME/.cloginrc is the following...

# customer x
# these routers ask for a username and password. we automatically get
# enable access after successful authentication.
add user bx5-tor* xxx
add user * yyy

add password bx5-tor* {aaa}
add password * {bbb}

add autoenable * 1

When running jlogin manually on a device named bx5-toronto12, it uses user xxx,
however chooses password bbb...have I misconfigured my .cloginrc???

--thanks
Multiple passwords.... [ In reply to ]
Nevermind...Rancid 2.2 works like a charm...sorry for the SPAM.

--regards

"Seguin, Ron" wrote:

> My $HOME/.cloginrc is the following...
>
> # customer x
> # these routers ask for a username and password. we automatically get
> # enable access after successful authentication.
> add user bx5-tor* xxx
> add user * yyy
>
> add password bx5-tor* {aaa}
> add password * {bbb}
>
> add autoenable * 1
>
> When running jlogin manually on a device named bx5-toronto12, it uses user xxx,
> however chooses password bbb...have I misconfigured my .cloginrc???
>
> --thanks