Set username-regex to '[Uu]sername:' And now its ok. Many thanks,
From: Mike Jumper [mailto:[email protected]] Sent: 18 June 2020 00:22 To: [email protected] Subject: Re: Help with TELNET password-regex On Wed, Jun 17, 2020 at 3:30 PM Adrian Owen <[email protected]> wrote: Hi, TELNET logon to Cisco router not accepting username/password ---------------------------------------- User Access Verification Username: Password: ------------------------------------------ Anyone have example of password-regex? The default regular expressions for username and password can be found here: https://github.com/apache/guacamole-server/blob/787ae317fc2da932cd826c9df68932355258dd60/src/protocols/telnet/settings.h#L58-L68 The password regex should already match the password prompt you have there. If your router doesn't support the standard telnet mechanisms for sending the username (forcing Guacamole to rely on a regex for that, as well), that may be why you're seeing things fail. The default username prompt regex used by Guacamole looks for "Login:" or "login:", not "Username:". - Mike
