Skip to content

Commit 0f95412

Browse files
authored
remove ssh sync folder
1 parent 6eab427 commit 0f95412

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Vagrantfile

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ LOCAL_USER = ENV['USER']
66
Vagrant.configure("2") do |config|
77
config.vm.box = "ubuntu/bionic64"
88
config.vm.hostname = "#{LOCAL_USER}"
9-
config.vm.synced_folder "~/.ssh", "/home/vagrant/.ssh"
109
config.vm.provider "virtualbox" do |v|
1110
v.gui = true
1211
v.memory = 4096

0 commit comments

Comments
 (0)