Revision f724a702 lib/ssh.py

b/lib/ssh.py
156 156
                                      strict_host_check, private_key,
157 157
                                      quiet=quiet))
158 158
    if tty:
159
      argv.append("-t")
159
      argv.extend(["-t", "-t"])
160 160
    argv.extend(["%s@%s" % (user, hostname), command])
161 161
    return argv
162 162

  

Also available in: Unified diff