Remove ssh keys from prod config

pull/393/head
connor rigby 2018-01-03 09:23:03 -08:00 committed by Connor Rigby
parent ea3964ddc8
commit 17b02461d2
1 changed files with 0 additions and 6 deletions

View File

@ -64,12 +64,6 @@ config :farmbot, :behaviour,
update_handler: Farmbot.Target.UpdateHandler,
gpio_handler: Farmbot.Target.GPIO.AleHandler
config :nerves_firmware_ssh,
authorized_keys: [
File.read!(Path.join(System.user_home!, ".ssh/id_rsa.pub"))
]
config :nerves_init_gadget,
address_method: :static