We recently transitioned from AIX to RHEL. We have thousands of users running a terminal emulation program called BluVista and all of those are set to use x08 as the backspace key. We change the backspace to x08 in the users profiles but this will only work after the user logs in so when you're at the login/password prompt in RHEL the backspace does not work, it just displays ^H^H^H. I'm looking for a way to change the backspace key, before login, so that x08 works as backspace at the login/password prompt.
All of the users connect using telnet. I tried to alter the [email protected] to call a shell wrapper that would set the backspace, using stty, then call /bin/login but I couldn't get that to work.
Can anyone assist with getting the backspace key changed to x08 before login?
Operating System: https://www.redhat.com/Red Hat Enterprise Linux 9.4 (Plow) CPE OS Name: cpe:/o:redhat:enterprise_linux:9::baseos Kernel: Linux 5.14.0-427.77.1.el9_4.x86_64 Architecture: x86-64 Hardware Vendor: Microsoft Corporation Hardware Model: Virtual Machine Firmware Version: Hyper-V UEFI Release v4.1
I've tried using [email protected] to call a wrapper in order to set the backspace key "stty erase '^H'" and then call the /bin/login but I can't get it to work.
All of the users connect using telnet. I tried to alter the [email protected] to call a shell wrapper that would set the backspace, using stty, then call /bin/login but I couldn't get that to work.
Can anyone assist with getting the backspace key changed to x08 before login?
Operating System: https://www.redhat.com/Red Hat Enterprise Linux 9.4 (Plow) CPE OS Name: cpe:/o:redhat:enterprise_linux:9::baseos Kernel: Linux 5.14.0-427.77.1.el9_4.x86_64 Architecture: x86-64 Hardware Vendor: Microsoft Corporation Hardware Model: Virtual Machine Firmware Version: Hyper-V UEFI Release v4.1
I've tried using [email protected] to call a wrapper in order to set the backspace key "stty erase '^H'" and then call the /bin/login but I can't get it to work.

