Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hfjHd-0001iI-2o for pgadmin-hackers@arkaria.postgresql.org; Tue, 25 Jun 2019 11:06:41 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1hfjHb-0001hB-Uf for pgadmin-hackers@arkaria.postgresql.org; Tue, 25 Jun 2019 11:06:39 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hfjHb-0001h4-Gm for pgadmin-hackers@lists.postgresql.org; Tue, 25 Jun 2019 11:06:39 +0000 Received: from mail-wm1-x344.google.com ([2a00:1450:4864:20::344]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hfjHY-00006L-Kt for pgadmin-hackers@postgresql.org; Tue, 25 Jun 2019 11:06:39 +0000 Received: by mail-wm1-x344.google.com with SMTP id h19so2037751wme.0 for ; Tue, 25 Jun 2019 04:06:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=x/0/Gs73tLoMfMVZ4eqXgp0VKm2I3OYQtWCA9pR1avI=; b=HW0hmPYEuev+V9IQdq/kBuw0/NLq9m3QYOS1uCVGFYDZ6GjqjZWKq6yO9HWgWivvu9 TzjZKlHuYIxllVVQtQtwYNvcJ93wy0gYniTq0eCacsFwrU3YcJ3hPcAPkxi+NLGFjM/z C7reoNxlxq9jHQWMa3CX08x14jpIN8YD0iak6+0Ws9s1nvLokHfLOyHeR+Wi/JhRyLbF RFtOLJxMQrj+6WiL9mNQ6FYjU1czfq0/9O5n76ZRliiWBTIEj67RX8r4cf9M65Op2qgQ T29oYvTKNHpkxs3Bqfo7Pmrc+PyEnZvug7PIGv9xjlZj4SjRYt6YHXir7oUWDG7yk3cS AyFA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=x/0/Gs73tLoMfMVZ4eqXgp0VKm2I3OYQtWCA9pR1avI=; b=MGdxCp6+ba0UVquUCzFLUIxBhsKsO5adt+4LXDG7BXt5frO4bOvMmDt5dMhlD2EIrG 1XNUT6Eu+tjyezjgeXCl9PUABeqt1oilHrITmYY7EuT5D/6LKeTUu8AtgzAiMrZDTG/a y3QPBGfUfVx5tjVnVP4XNuL1qe0BQ4pQIv2ValqrY45Di5s61VrospocIB/akP/Bp9hC VfC0yMBd/1m8WOfQzAQDPjf13VBuGHMZkITSYYUgH8XPHhC0McDpIpEB9gWWlO4BexFW sbIIqs8WI1FYxzQPhTtcRgKMKqYzS8MwTMqFAyA4gq+0ioukXNd6WUBm4KMaBnPK/H7R RSRg== X-Gm-Message-State: APjAAAUxHQPGcTTVJ4fXZAjIvZgzxVqehx+1YaXSJk5UhDANhq+HFAOD u4fwAIkHP1O4vumZ6dd6+LLqFAiSGAoFm/CVApe/rA== X-Google-Smtp-Source: APXvYqy+hJwQVEKI20eHhGDbQ1PU/uYiJlGXujOAtIp8oZrlD2wL4x8LxTtebJDPovajNlzIO78m04d1viSX7JaLY2M= X-Received: by 2002:a1c:f018:: with SMTP id a24mr18815942wmb.66.1561460795588; Tue, 25 Jun 2019 04:06:35 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Dave Page Date: Tue, 25 Jun 2019 07:06:24 -0400 Message-ID: Subject: Re: [pgAdmin][RM4320] PgAdmin 4 fails to accept ssh password To: Aditya Toshniwal Cc: Akshay Joshi , pgadmin-hackers Content-Type: multipart/alternative; boundary="0000000000000d5d4b058c23ecf3" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --0000000000000d5d4b058c23ecf3 Content-Type: text/plain; charset="UTF-8" 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 --0000000000000d5d4b058c23ecf3 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks, committed.

On Tue, Jun 25, 2019 at 2:00 AM Aditya T= oshniwal <aditya.to= shniwal@enterprisedb.com> wrote:
Hi Hackers,

Based on the latest comments= on the RM,=C2=A0https://redmine.postgresql.org/issues/4320#change-16998=C2=A0- Replaced server_manager.py on my Win 10 system - could login and run= queries, etc - but eventually got "create_ssh_tunnel() missing 1 requ= ired positional argument: 'tunnel_password'",attached is the patch to fix the issue.
Kindly review and consider this for the upcoming release.
<= div class=3D"gmail_default" style=3D"font-family:verdana,sans-serif">


<= div dir=3D"ltr" class=3D"gmail_attr">On Wed, Jun 5, 2019 at 12:11 PM Akshay= Joshi <akshay.joshi@enterprisedb.com> wrote:
Thanks patch applied.
On W= ed, Jun 5, 2019 at 10:44 AM Aditya Toshniwal <aditya.toshniwal@enterprisedb.= com> wrote:
Hi Hackers,

Attached is the patch to fix a regression o= f Master Password #4184 where SSH tunnel connection using password is faili= ng.

--
Thanks and Regards= ,
Aditya Toshniwal
Software E= ngineer |=C2=A0EnterpriseDB India |=C2=A0Pune
"Don't Complain about Heat, Plant a= TREE"


--
Thanks & Regards
Akshay Joshi
Sr. Software Ar= chitect
EnterpriseDB So= ftware India Private Limited
Mobile: +91 976-788-8246


--
Thanks and Regards,
Aditya Toshniwal
Software Engineer |=C2=A0EnterpriseDB I= ndia |=C2=A0Pune
"Don't Complain about Heat, Plant a TREE"


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

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL = Company
--0000000000000d5d4b058c23ecf3--