We must never ask for a password interactively

Signed-off-by: David Gageot <david@gageot.net>
This commit is contained in:
David Gageot
2015-12-29 19:17:19 +01:00
parent 3c52f32192
commit 8524a4e7d9

View File

@@ -48,6 +48,7 @@ const (
var (
baseSSHArgs = []string{
"-o", "BatchMode=yes",
"-o", "PasswordAuthentication=no",
"-o", "StrictHostKeyChecking=no",
"-o", "UserKnownHostsFile=/dev/null",