Skip to content

Tag: <username_prompt> - Telnet username prompt

Definition

When Osirium PAM connects to a device using Telnet, there is no authentication within the protocol itself. Instead the device will prompt for the user to enter a username and a password to authenticate themselves.

This authentication can sometimes be proceeded by a banner or disclaimer type message, and as the shell prompt of the device won't be seen until after authentication has taken place, information is needed by Osirium PAM about these messages and prompts.

Message of the day or banners can also be displayed after logon and before the shell prompt.

This tag has the following attributes:

Parameters

  • Element Text (str): This is a regular expression that is used to match the message shown asking for the logon username to be entered.

Example

A typical username prompt would be a simple Username::

1
   <username_prompt>Username:</username_prompt>

Parent Tags

Child Tags

  • None