• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Issue Backspace key doesn't work when logged in chroot account

J.Wick

Regular Pleskian
Server operating system version
Rocky Linux 8.7 (Green Obsidian)
Plesk version and microupdate number
Plesk Obsidian Version 18.0.51 Update #1
Regular /bin/bash users work fine, it's when going to the /bin/bash(chrooted) user the backspace key doesn't work, it keeps adding another space like the space bar.

I've looked online for a solution, nothing is working. Any suggestions?
 
Regular /bin/bash users work fine, it's when going to the /bin/bash(chrooted) user the backspace key doesn't work, it keeps adding another space like the space bar.

I've looked online for a solution, nothing is working. Any suggestions?

Had exactly the same behavior with backspace adding an extra space instead of deleting the last character in Ubuntu 20.04 + Bash 5.0

Resolved with:
  1. copy /lib/terminfo to /var/www/vhosts/chroot/lib/terminfo
  2. copy /usr/share/terminfo/ to /var/www/vhosts/chroot/usr/share/terminfo/
  3. copy /etc/inputrc to /var/www/vhosts/chroot/etc/inputrc
  4. apply changes with update-chroot.sh --apply all
  5. log in into chrooted env again
 
Back
Top