github.com/devops-filetransfer/sshego@v7.0.4+incompatible/tri_test.go (about)

     1  package sshego
     2  
     3  // Going through a NAT, if
     4  // origin -> dest is established by origin
     5  // initiating, then how do we know at dest
     6  // that we have a usable ssh connection
     7  // available to us?  We can't and/or should
     8  // not initiate the sshConnection, but once
     9  // it is available to us, we should be able
    10  // to use it to open new channels to speak
    11  // with origin directly as needed.