1
0
mirror of synced 2025-12-25 02:09:19 -05:00

7198: SSH Tunnel: allow using OPENSSH key format (#15833)

* 7198: SSH Tunnel: allow using OPENSSH key format

* 7198: merge

* 7198: merge fix

* Use apache sshd lib to load private keys for tunnel

* Throw an exception in case private key failed to load

* Fix failing flow when creating NO_TUNNEL wrapper

* bump version numbers

* Address review comments. Fix test

Co-authored-by: Rodi Reich Zilberman <867491+rodireich@users.noreply.github.com>
This commit is contained in:
Tuhai Maksym
2022-09-09 20:22:03 +03:00
committed by GitHub
parent be1fc3b1d4
commit f81c5aa667
5 changed files with 112 additions and 23 deletions

View File

@@ -353,6 +353,7 @@ Therefore, in order to "upgrade" to the desired normalization version, you need
| Airbyte Version | Normalization Version | Date | Pull Request | Subject |
|:----------------|:----------------------|:-----------| :--- |:---------------------------------------------------------------------------|
| | 0.2.21 | 2022-08-23 | [\#14876](https://github.com/airbytehq/airbyte/pull/14876/) | SSH Tunnel: allow using OPENSSH key format |
| | 0.2.20 | 2022-08-30 | [\#15592](https://github.com/airbytehq/airbyte/pull/15592) | Add TiDB support |
| | 0.2.19 | 2022-08-21 | [\#14897](https://github.com/airbytehq/airbyte/pull/14897) | Update Clickhouse DBT to 1.1.7 |
| | 0.2.16 | 2022-08-04 | [\#14295](https://github.com/airbytehq/airbyte/pull/14295) | Fixed SSH tunnel port usage |