You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: