commit | bcfa06d55c3c79ca6f069ff27531aba3323154a9 | [log] [tgz] |
---|---|---|
author | Rodolfo Alonso Hernandez <ralonsoh@redhat.com> | Wed Jan 22 17:29:18 2020 +0000 |
committer | Rodolfo Alonso Hernandez <ralonsoh@redhat.com> | Wed Feb 12 09:44:05 2020 +0000 |
tree | 82e9cfc32bf8cce1846b37071bc49e39623ae0a8 | |
parent | d43223773d75d2e82fb33a1281038e611c41d0f3 [diff] |
Prevent SSH client proxy loops Avoid creating a SSH client with a proxy client having the same connection parameters. This will prevent from creating a SSH tunnel within the same client. This patch also provides aditional information in the exception message, in case of SSH connection error, about the proxy client configured in the SSH client. Change-Id: I4fcffb7e26b0adc0e39dc13085f93db6495c3bd6 Related-Bug: #1860586