Revision bf3d57b8

b/lib/ssh.py
39 39

  
40 40
# Note: BATCH_MODE conflicts with ASK_KEY
41 41
BATCH_MODE_OPTS = [
42
  "-oEscapeChar=none",
43 42
  "-oBatchMode=yes",
43
  "-oEscapeChar=none",
44 44
  "-oStrictHostKeyChecking=yes",
45 45
  ]
46 46

  
47 47
ASK_KEY_OPTS = [
48
  "-oStrictHostKeyChecking=ask",
49 48
  "-oEscapeChar=none",
50 49
  "-oHashKnownHosts=no",
50
  "-oStrictHostKeyChecking=ask",
51 51
  ]
52 52

  
53 53

  

Also available in: Unified diff