Failed Password Prompt Matching #152
-
Hi, Just started using scrapli today and I've read for hours, nearly everything I can find and didn't find the answer so I apologize if this is documented somewhere... I have some devices that provide a specialized password prompt (from TACACS+) that scrapli was unable to detect (such as seen in the following relevant logs):
Since I'm using the standard core transport From:
To:
...just adding in the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
there is a property w/ a setter on the channel, so I guess that would be the "recommended" way to change this. that is here so something like |
Beta Was this translation helpful? Give feedback.
-
A much faster answer than I expected. Thanks for all your work on this, Carl! It is truly appreciated. My tired eyes yesterday didn't even realize I was posting this question in the scrapli_community discussions section when I thought I was in nornir_scrapli. |
Beta Was this translation helpful? Give feedback.
there is a property w/ a setter on the channel, so I guess that would be the "recommended" way to change this. that is here
so something like
my_conn.channel.auth_password_pattern = blah
should do the trick