1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-14 22:20:11 +00:00

Merge pull request #127 from galal-hussein/fix_redundant_tunnels

Fix redundant ssh tunnels for hosts
This commit is contained in:
Alena Prokharchyk
2017-12-08 23:38:50 -06:00
committed by GitHub

View File

@@ -51,6 +51,9 @@ func (d *dialer) Dial(network, addr string) (net.Conn, error) {
}
func (h *Host) TunnelUp() error {
if h.DClient != nil {
return nil
}
logrus.Infof("[ssh] Setup tunnel for host [%s]", h.Address)
key, err := checkEncryptedKey(h.SSHKey, h.SSHKeyPath)
if err != nil {