When I ssh into a server (4.3.3-2-ARCH), my .bashrc is not loaded (however, I can load it manually by sourcing it).
I don't have any other files in my home folder, like .profile. The shell is also correct
$ echo $SHELL
/bin/bash
When I login using ssh -t myserver /bin/bash
, my .bashrc IS loaded correctly.
In SSH verbose mode, I do see that /etc/bash.bashrc and ~/.bashrc are loaded using the last command. When using the default ssh command, none of them is being loaded...
What should I configure to have .bashrc (and /etc/bash.bashrc) loaded when using the default ssh command?