Commit 6bbe4787 authored by ibuler's avatar ibuler

Merge remote-tracking branch 'github/dev' into dev

parents b08059a1 042fb612
......@@ -39,7 +39,7 @@ class SSHInterface(paramiko.ServerInterface):
logger.info("Check auth interactive: %s %s" % (username, submethods))
instructions = 'Please enter 6 digits.'
interactive = paramiko.server.InteractiveQuery(instructions=instructions)
interactive.add_prompt(prompt='[OTP auth]: ')
interactive.add_prompt(prompt='[MFA auth]: ')
return interactive
def check_auth_interactive_response(self, responses):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment