Hi This issue was found on ESXi 5.* with BusyBox v1.20.2 multi-call binary. We wrote a script, to relogin users. On /etc/passwd users got: TEST:x:1000:1000:Linux User,,,:/:/tmp/relogin.sh ############ relogin.sh ########### #!/bin/sh /bin/login exit $? ################################### If user login, "/bin/login" ask for a user name to relogin. If we press "backupspace" key, session died. This could be reproduce by "read" at login script.
*** This bug has been marked as a duplicate of bug 7376 ***