Revision 305cb9bb

b/qa/qa_utils.py
101 101
  - strict: Whether to enable strict host key checking
102 102

  
103 103
  """
104
  args = [ 'ssh', '-oEscapeChar=none', '-oBatchMode=yes', '-l', 'root' ]
104
  args = [ 'ssh', '-oEscapeChar=none', '-oBatchMode=yes', '-l', 'root', '-t' ]
105 105

  
106 106
  if strict:
107 107
    tmp = 'yes'

Also available in: Unified diff