I routinely use Mobaxterm to SSH to the bash shell of various Linux devices to troubleshoot. I don't have my own account, it's a single root account used for the entire system (it's embedded devices), that other people may connect to as well.
I have custom functions and aliases defined in my personal bashrc file, that I'd like to be able to use on those remote systems.
However, I'm not supposed to modify the remote filesystem, or change the default bashrc and aliases other people get when they connect.
I'd like my personal bashrc loaded upon connection, and only apply to my session. Can I achieve this with Mobaxterm?
.bashrc
file", if not in the filesystem? – JdeBP Mar 11 '20 at 09:25