Doesn't look like the contents of the vagrant user's .profile file are executed (ubuntu flavour), just .bashrc. My understanding is that vagrant ssh would connect using a login shell? Nor does .bash_profile get executed if I add one and logout/login. Same issue if I copy the output from vagrant ssh-config into my ~/.ssh/config file and attempt to connect that way.
Doesn't look like the contents of the vagrant user's
.profilefile are executed (ubuntu flavour), just.bashrc. My understanding is that vagrant ssh would connect using a login shell? Nor does.bash_profileget executed if I add one and logout/login. Same issue if I copy the output fromvagrant ssh-configinto my~/.ssh/configfile and attempt to connect that way.