SSH - don't enable BatchMode
When a passphrase protected key is not yet in ssh-agent, it gives a chance to the user to fill a prompt instead of silently failing. Signed-off-by: Bilal Amarni <bilal.amarni@gmail.com>
This commit is contained in:
@@ -65,7 +65,6 @@ const (
|
||||
var (
|
||||
baseSSHArgs = []string{
|
||||
"-F", "/dev/null",
|
||||
"-o", "BatchMode=yes",
|
||||
"-o", "PasswordAuthentication=no",
|
||||
"-o", "StrictHostKeyChecking=no",
|
||||
"-o", "UserKnownHostsFile=/dev/null",
|
||||
|
||||
Reference in New Issue
Block a user