The following .bashrc on user host can fool client RCM_SERVER_COMMAND detection so following interaction fails:
`
#.bashrc
#Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
#Uncomment the following line if you don't like systemctl's auto-paging feature:
#export SYSTEMD_PAGER=
PS1='${debian_chroot:+($debian_chroot)}\u@\h\w$ '
cd ..
`
resulting in
ERROR - Server error: ['bash: ${RCM_SERVER_COMM \rAND}: bad substitution\n']
The following .bashrc on user host can fool client RCM_SERVER_COMMAND detection so following interaction fails:
`
#.bashrc
#Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
#Uncomment the following line if you don't like systemctl's auto-paging feature:
#export SYSTEMD_PAGER=
PS1='${debian_chroot:+($debian_chroot)}\u@\h\w$ '
cd ..
`
resulting in