Tag

  • Show log

    Commit

  • Hash : 1fcdcb4f
    Author : Carlos Martín Nieto
    Date : 2015-05-18T15:51:55

    ssh: read from stderr if stdout is empty
    
    When we fail to read from stdout, it's typically because the URL was
    wrong and the server process has sent some output over its stderr
    output.
    
    Read that output and set the error message to whatever we read from it.