We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eab427 commit 0f95412Copy full SHA for 0f95412
Vagrantfile
@@ -6,7 +6,6 @@ LOCAL_USER = ENV['USER']
6
Vagrant.configure("2") do |config|
7
config.vm.box = "ubuntu/bionic64"
8
config.vm.hostname = "#{LOCAL_USER}"
9
- config.vm.synced_folder "~/.ssh", "/home/vagrant/.ssh"
10
config.vm.provider "virtualbox" do |v|
11
v.gui = true
12
v.memory = 4096
0 commit comments