Re: [pgAdmin][RM4320] PgAdmin 4 fails to accept ssh password - Mailing list pgadmin-hackers

From Dave Page
Subject Re: [pgAdmin][RM4320] PgAdmin 4 fails to accept ssh password
Date
Msg-id CA+OCxoyZy_OYHdTWLARq=BRgB5AcXXo3zrhphM-2WnHbC8utSg@mail.gmail.com
Whole thread Raw
In response to Re: [pgAdmin][RM4320] PgAdmin 4 fails to accept ssh password  (Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>)
List pgadmin-hackers
Thanks, committed.

On Tue, Jun 25, 2019 at 2:00 AM Aditya Toshniwal <aditya.toshniwal@enterprisedb.com> wrote:
Hi Hackers,

Based on the latest comments on the RM, https://redmine.postgresql.org/issues/4320#change-16998 - Replaced server_manager.py on my Win 10 system - could login and run queries, etc - but eventually got "create_ssh_tunnel() missing 1 required positional argument: 'tunnel_password'",attached is the patch to fix the issue.

Kindly review and consider this for the upcoming release.



On Wed, Jun 5, 2019 at 12:11 PM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:
Thanks patch applied.

On Wed, Jun 5, 2019 at 10:44 AM Aditya Toshniwal <aditya.toshniwal@enterprisedb.com> wrote:
Hi Hackers,

Attached is the patch to fix a regression of Master Password #4184 where SSH tunnel connection using password is failing.

--
Thanks and Regards,
Aditya Toshniwal
Software Engineer | EnterpriseDB India | Pune
"Don't Complain about Heat, Plant a TREE"


--
Thanks & Regards
Akshay Joshi
Sr. Software Architect
EnterpriseDB Software India Private Limited
Mobile: +91 976-788-8246


--
Thanks and Regards,
Aditya Toshniwal
Software Engineer | EnterpriseDB India | Pune
"Don't Complain about Heat, Plant a TREE"


--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Fix SSH tunnel password decryption. Fixes #4320
Next
From: Aditya Toshniwal
Date:
Subject: Re: [GSoC][Patch] Automatic Mode Detection V1