Support SSH tunneling with keys that don't have a passphrase. Fixes #3468

This commit is contained in:
Akshay Joshi
2018-07-18 14:14:56 +01:00
committed by Dave Page
parent 7f7feee8c1
commit ce768c7f8a
4 changed files with 23 additions and 17 deletions

View File

@@ -26,3 +26,4 @@ Bug fixes
| `Bug #3446 <https://redmine.postgresql.org/issues/3446>`_ - Various procedure/function related fixes for EPAS/PG 11.
| `Bug #3448 <https://redmine.postgresql.org/issues/3448>`_ - Exclude system columns in Import/Export.
| `Bug #3457 <https://redmine.postgresql.org/issues/3457>`_ - Fix debugging of procedures in EPAS packages.
| `Bug #3468 <https://redmine.postgresql.org/issues/3468>`_ - Support SSH tunneling with keys that don't have a passphrase.