If you are seeing this in your bash (SSH), It makes it tough to navigate through SSH since it doesn’t give you much information.
-bash-3.2#
To fix that, you can simply type this in your SSH when logged in:
PS1="[\u@\h \W]\$ "
If you are seeing this in your bash (SSH), It makes it tough to navigate through SSH since it doesn’t give you much information.
-bash-3.2#
To fix that, you can simply type this in your SSH when logged in:
PS1="[\u@\h \W]\$ "