Skip to main content

All Questions

Tagged with
3 votes
1 answer
1k views

No login shell with Vagrant SSH command

When running a virtual Ubuntu machine with Vagrant, there's something strange going on with the shell after I log in via SSH: ➜ dev-environment git:(master) vagrant ssh Welcome to Ubuntu 14.04.5 LTS ...
James H.'s user avatar
0 votes
1 answer
3k views

Shell provision script not creating .bash_aliases

I'm using Vagrant with VirtualBox to create an Ubuntu guest VM, on a Windows 10 host. Here's my Vagrantfile: # vi: set ft=ruby : Vagrant.configure(2) do |config| config.vm.box = "ubuntu/trusty64" ...
kevin628's user avatar
  • 103
3 votes
2 answers
208 views

Assistance setting up an efficient vagrant system

first time on superuser; I'm a novice trying to move from humble local wamp development to a more professional and productive vagrant/linux environment At the moment I have a basic vagrant file which ...
Kie's user avatar
  • 31