Hello,
Just writing up a bug edge case that is present if the user kills the process during pet reset state. It will cause the bash prompt to be corrupted as the .bashrc file will contain the SSHB integration and will fail to display the bash prompt.
It is caused by:
- Create a Pet and run
sshb install-prompt
- Reset the Pet
- When selecting a name, break the process via Ctrl + C or Ctrl + Z
- Bash Prompt is corrupted.
If you encounter this issue, please either use SFTP to modify your bashrc and remove the sshb integration, or connect as a different user and modify that users bashrc.
Hello,
Just writing up a bug edge case that is present if the user kills the process during pet reset state. It will cause the bash prompt to be corrupted as the .bashrc file will contain the SSHB integration and will fail to display the bash prompt.
It is caused by:
sshb install-promptIf you encounter this issue, please either use SFTP to modify your bashrc and remove the sshb integration, or connect as a different user and modify that users bashrc.