Open mrkafk opened 6 years ago
it is ssh matter
A login shell first reads /etc/profile and then ~/.bash_profile.
A non-login shell reads from /etc/bash.bashrc and then ~/.bashrc.
see ssh - Why does remote Bash source .bash_profile instead of .bashrc - Unix & Linux Stack Exchange https://unix.stackexchange.com/questions/332531/why-does-remote-bash-source-bash-profile-instead-of-bashrc
bash - Why is SSH not invoking .bash_profile? - Super User https://superuser.com/questions/952084/why-is-ssh-not-invoking-bash-profile
I'm using
hss
to connect to 3 Ubuntu servers (the same edition). The problem is on 2 of them~/.bash_profile
is not read overhss
, even though it is being read when I ssh in individually to each.example-search
does read.bash_profile
apparently, because there are additional directories that I added toPATH
, like/root/bin
, etc. The first two, however, do not seem to.Why is that happening? How can I fix that (I want
PATH
the way I defined it, obviously).I'm getting the same effect on another group (Debian 8 servers).