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 1hfeWR-0005GI-Mp for pgadmin-hackers@arkaria.postgresql.org; Tue, 25 Jun 2019 06:01:40 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1hfeVQ-00081S-JM for pgadmin-hackers@arkaria.postgresql.org; Tue, 25 Jun 2019 06:00:36 +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 1hfeVQ-0007uw-6K for pgadmin-hackers@lists.postgresql.org; Tue, 25 Jun 2019 06:00:36 +0000 Received: from mail-lj1-x242.google.com ([2a00:1450:4864:20::242]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hfeVH-0003r7-4S for pgadmin-hackers@postgresql.org; Tue, 25 Jun 2019 06:00:34 +0000 Received: by mail-lj1-x242.google.com with SMTP id h10so14976513ljg.0 for ; Mon, 24 Jun 2019 23:00:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=GRaTMfILe4oLkstUwFSjH7LU5oqqUEYVbV7eNdQDrQM=; b=ct/RRfDeuY3hfu6Kn5HRAv7kxzv3uUADt6VL7YmmLUoLCa9RuzpvRf8MJZnxe30UUL dQb6rZDw4UdDDYFjgttaYNaY6ZSWEuBiJ82VPHj1ioczwtIegLoDP/Ij96R/kWhlWmyB G/uE1OczdcYuqwGx+mt+kf+leJ02qJupdoTYnPqRlOKY1OXx7s6R/b+sgUx8AeDR+Ada HuS6X+xX8FDvv0SVBRaj2VVTLYT+na2d6m4Gw2Ddre8KG0Rsxy2CNWADKwisiesT2zIW 0oVlG4SoF/SPVbRjq/P1DJ9mUanapj78StfBbwpUu5oYVUrdj8SFgK7ZDHTnG4HZh195 Nv/Q== 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=GRaTMfILe4oLkstUwFSjH7LU5oqqUEYVbV7eNdQDrQM=; b=VKew91IVfbtsKqJPYIg4Mpvhg9UFEPA/6jehUeLG+MVt5kL8//rJXRdVl1i40aO2uE Nf2J/rpQ/UhEbTSP6fHfubUgZmfeX6tt3t0A3pyQsZuOkvVY0eee3hS3qbLyKxw9nJe6 kmPit3QjvlEyltAIO35UkyE5LzUvEbVrwzQc/RWLZQCm2c5EwSPialXVkHeS8fhfcDSH +t71YoiNzvJ6vTKjHdAJLvuu06JndwrtZdagCw+CHdgQrc2ILqvtIsvWoh3VKJk+Nlow YulL0NmuELN2+kQhU7l1t8RnojmPxLipsBcEnxobm3KxuYw3ezWhC7yBTEjh2R7K12ih N4EQ== X-Gm-Message-State: APjAAAWT/vPOiEIISwz31MY8T1FFF+V1LgChg2NxTjcfIid0Zevx7XzN jtSyc0mlCqmse4PRVP+ZUV18JpHEJij/ycYuDDdbnA== X-Google-Smtp-Source: APXvYqwcPHxuijF9DUwJUW0QCXqF9h5NwRw/LcKeX3d2wWZpF4hqsuGfMSSCErVygB6lkXRXaMXqumtDBa1ksFxxIjw= X-Received: by 2002:a2e:5d83:: with SMTP id v3mr16002716lje.196.1561442424598; Mon, 24 Jun 2019 23:00:24 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Aditya Toshniwal Date: Tue, 25 Jun 2019 11:29:48 +0530 Message-ID: Subject: Re: [pgAdmin][RM4320] PgAdmin 4 fails to accept ssh password To: Akshay Joshi Cc: pgadmin-hackers Content-Type: multipart/mixed; boundary="0000000000000e6dea058c1fa520" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --0000000000000e6dea058c1fa520 Content-Type: multipart/alternative; boundary="0000000000000e6de7058c1fa51e" --0000000000000e6de7058c1fa51e Content-Type: text/plain; charset="UTF-8" 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 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" --0000000000000e6de7058c1fa51e Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi Hackers,

<= font face=3D"verdana, sans-serif">Based on the latest comments on the RM,= =C2=A0https://redmine.post= gresql.org/issues/4320#change-16998= =C2=A0- Replaced server_manag= er.py on my Win 10 system - could login and run queries, etc - but eventual= ly got "create_ssh_tunnel() missing 1 required positional argument: &#= 39;tunnel_password'",attached is the patch to fix the issue.

Ki= ndly review and consider this for the upcoming release.

=


On Wed, Jun 5, 2019 at 12:11 PM Akshay Josh= i <akshay.joshi@enterpr= isedb.com> wrote:
Thanks patch applied.

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

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

--
Thanks and Regards,
Software Engineer |=C2=A0EnterpriseDB India |=C2=A0Pune
"Don't Compl= ain about Heat, Plant a TREE"


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


--
Adi= tya Toshniwal
Software Engineer |=C2=A0EnterpriseDB India |=C2=A0Pune
"Don't Complain a= bout Heat, Plant a TREE"
--0000000000000e6de7058c1fa51e-- --0000000000000e6dea058c1fa520 Content-Type: application/octet-stream; name="RM4320.part2.patch" Content-Disposition: attachment; filename="RM4320.part2.patch" Content-Transfer-Encoding: base64 Content-ID: X-Attachment-Id: f_jxbegrtj0 ZGlmZiAtLWdpdCBhL3dlYi9wZ2FkbWluL3V0aWxzL2RyaXZlci9wc3ljb3BnMi9zZXJ2ZXJfbWFu YWdlci5weSBiL3dlYi9wZ2FkbWluL3V0aWxzL2RyaXZlci9wc3ljb3BnMi9zZXJ2ZXJfbWFuYWdl ci5weQppbmRleCBhZTFjYzcwOS4uOGFlNDZjMmUgMTAwNjQ0Ci0tLSBhL3dlYi9wZ2FkbWluL3V0 aWxzL2RyaXZlci9wc3ljb3BnMi9zZXJ2ZXJfbWFuYWdlci5weQorKysgYi93ZWIvcGdhZG1pbi91 dGlscy9kcml2ZXIvcHN5Y29wZzIvc2VydmVyX21hbmFnZXIucHkKQEAgLTM0OCw3ICszNDgsOSBA QCBXSEVSRSBkYi5vaWQgPSB7MH0iIiIuZm9ybWF0KGRpZCkpCiAgICAgICAgICAgICAgICAgICAg ICAgICAjIENoZWNrIFNTSCBUdW5uZWwgbmVlZHMgdG8gYmUgY3JlYXRlZAogICAgICAgICAgICAg ICAgICAgICAgICAgaWYgc2VsZi51c2Vfc3NoX3R1bm5lbCA9PSAxIGFuZCBcCiAgICAgICAgICAg ICAgICAgICAgICAgICAgICBub3Qgc2VsZi50dW5uZWxfY3JlYXRlZDoKLSAgICAgICAgICAgICAg ICAgICAgICAgICAgICBzdGF0dXMsIGVycm9yID0gc2VsZi5jcmVhdGVfc3NoX3R1bm5lbCgpCisg ICAgICAgICAgICAgICAgICAgICAgICAgICAgc3RhdHVzLCBlcnJvciA9IHNlbGYuY3JlYXRlX3Nz aF90dW5uZWwoCisgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHNlbGYudHVubmVsX3Bh c3N3b3JkCisgICAgICAgICAgICAgICAgICAgICAgICAgICAgKQogCiAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgIyBDaGVjayBTU0ggVHVubmVsIGlzIGFsaXZlIG9yIG5vdC4KICAgICAgICAg ICAgICAgICAgICAgICAgICAgICBzZWxmLmNoZWNrX3NzaF90dW5uZWxfYWxpdmUoKQo= --0000000000000e6dea058c1fa520--