• Show log

    Commit

  • Hash : 4fd4341f
    Author : Carlos Martín Nieto
    Date : 2014-11-02T10:52:03

    ssh: use socket_stream to perform the connection
    
    Having an ssh stream would require extra work for stream capabilities we
    don't need anywhere else (oob auth and command execution) so for now
    let's move away from the gitno connection to use socket_stream.
    
    We can introduce an ssh stream interface if and as we need it.