From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | Anthony Emengo <aemengo(at)pivotal(dot)io> |
Cc: | Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>, pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org> |
Subject: | Re: [pgAdmin4][Patch] Feature #1447 SSH Tunnel |
Date: | 2018-04-23 08:00:58 |
Message-ID: | CA+OCxoxxTzmrb4MF2qWRy+efCe15N51OPECq51FqT5Q_UkoLuQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Hi
On Thu, Apr 19, 2018 at 6:56 PM, Anthony Emengo <aemengo(at)pivotal(dot)io> wrote:
> Hey Akshay
>
> This patch passed our test pipelines.
>
Did you test the feature and//or review the code and tests? Passing the
tests is great, *if* the whole feature is covered (and the nature of this
patch will make that quite difficult, maybe impossible to do without
external infrastructure and config).
>
> Anthony and Victoria
>
> On Thu, Apr 19, 2018 at 1:48 AM, Akshay Joshi <
> akshay(dot)joshi(at)enterprisedb(dot)com> wrote:
>
>> Hi Hackers
>>
>> I have implemented the SSH Tunnel support using https://pypi.org/project
>> /sshtunnel/ python package. Added "SSH Tunnel" Tab in server dialog.
>> This implementation supports user name /password and private/public key
>> combination with Passphrase to crate SSH Tunnel. I have added regression
>> test case to add server using SSH Tunnel options.
>>
>> The given python package(https://pypi.org/project/sshtunnel/) support
>> Python version *2.7, 3.4+*.
>> It uses Paramiko (Python implementation of SSHv2 protocol) which actually
>> drops support for Python 2.6. So I have added *SUPPORT_SSH_TUNNEL* parameter
>> in config.py which checks the python version and set the flag accordingly.
>> In case of Python 2.6, 3.0, 3.1, 3.2 and 3.3 control on the "SSH Tunnel"
>> tab of server dialog will be disabled.
>>
>> Please review it, and if looks good please commit the code.
>>
>> --
>> *Akshay Joshi*
>>
>> *Sr. Software Architect *
>>
>>
>>
>> *Phone: +91 20-3058-9517Mobile: +91 976-788-8246*
>>
>
>
--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
From | Date | Subject | |
---|---|---|---|
Next Message | Akshay Joshi | 2018-04-23 09:09:20 | Re: [pgAdmin4][Patch] Feature #1447 SSH Tunnel |
Previous Message | Ashesh Vashi | 2018-04-23 07:40:58 | [PATCH] [RM# 3290] Close button missing for the message window from the backend server |