question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support for "password:" password prompts

See original GitHub issue

For our network devices, we use TACACS for network access authentication, which uses a custom password prompt to differentiate from logging in with a local account. In other words, here’s the local password prompt:

=============================== TOS =============================== Password:

and here’s the network password prompt:

=============================== TOS =============================== Ops password:

This can be supported if you update the following line in NewSessionBase.cs from: if (prompt.Request.Contains("Password")) to if (prompt.Request.Contains("assword"))

I’m new to Github so I don’t know what the protocol is, I didn’t want to make the change myself, so I figured I would submit it as an issue and get your thoughts on it. Thanks!

Issue Analytics

  • State:open
  • Created 6 years ago
  • Reactions:1
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
darkoperatorcommented, Dec 22, 2017

Will take a look, might need to make it a parameter with a default value.

0reactions
asztymelskicommented, May 22, 2020

Any progress on that guys? Are you still working on any solution to that? I have the same issue on my CentOS. Thanks in advance

Read more comments on GitHub >

github_iconTop Results From Across the Web

git - Message "Support for password authentication was ...
From 2021-08-13, GitHub is no longer accepting account passwords when authenticating Git operations. You need to add a PAT (Personal Access ...
Read more >
The 'support for password authentication removed' GitHub ...
Fix for the 'support for password authentication was removed on August 13, 2021. Please use a personal access token instead' error.
Read more >
Why is Git always asking for my password?
If Git prompts you for a username and password every time you try to interact with GitHub, you're probably using the HTTPS clone...
Read more >
How to Fix Support for password authentication was ...
Step by step guide to resolve GitHub Error Support for password authentication was removed on August 13, 2021. Please use a personal access ......
Read more >
How to fix GitHub's 'support for password authentication ...
We've all encountered this error message at some point in time, especially those of us trying to push our repo through a Linux...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found