We must never ask for a password interactively
Signed-off-by: David Gageot <david@gageot.net>
This commit is contained in:
@@ -48,6 +48,7 @@ const (
|
||||
|
||||
var (
|
||||
baseSSHArgs = []string{
|
||||
"-o", "BatchMode=yes",
|
||||
"-o", "PasswordAuthentication=no",
|
||||
"-o", "StrictHostKeyChecking=no",
|
||||
"-o", "UserKnownHostsFile=/dev/null",
|
||||
|
||||
Reference in New Issue
Block a user