Commit 6bf70b85ef36161f56907d05e87aa53636712f40

Authored by Guilherme Andrade Del Cantoni
1 parent 843424dc
Exists in master

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  
... ...