Currently we do not authenticate the targets that we ssh to. We currently use `HostKeyCallback: ssh.InsecureIgnoreHostKey()`. This should be later replaced with host certificates to ensure no MITM attacks.
Currently we do not authenticate the targets that we ssh to. We currently use
HostKeyCallback: ssh.InsecureIgnoreHostKey().This should be later replaced with host certificates to ensure no MITM attacks.