Commit 35e44964ed14b4ab7a062d4839af00dab95c25e7

Authored by Guilherme Andrade Del Cantoni
1 parent 85fb5be9

Configuração de insecure key

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
Vagrantfile_Distrib
... ... @@ -25,6 +25,7 @@ Vagrant.configure(2) do |config|
25 25 config.vm.box = "processoeletronico/sei-3.0.0"
26 26  
27 27 # Usuários ssh de acesso à máquina virtual
  28 + config.ssh.insert_key = true
28 29 config.ssh.username = "vagrant"
29 30 config.ssh.password = "vagrant"
30 31  
... ...