Internal ssh connections with "golang.org/x/crypto/ssh"
| 16 | // Internal ssh connections with "golang.org/x/crypto/ssh" |
| 17 | |
| 18 | type sshClientInternal struct { |
| 19 | srv *ssh.Client |
| 20 | } |
| 21 | |
| 22 | // newSSHClientInternal starts a client connection to the given SSH server. It is a |
| 23 | // convenience function that connects to the given network address, |
nothing calls this directly
no outgoing calls
no test coverage detected