Re: pgadmin connection via tunnel and ubuntu user instead of postgres

From: Serge Fonville <serge(dot)fonville(at)gmail(dot)com>
To: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
Cc: Paul S <pasilveira(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: pgadmin connection via tunnel and ubuntu user instead of postgres
Date: 2013-01-13 00:50:37
Message-ID: CAOAS_+JvQkFUOe2M-7PFYKBs3GJWovnunVuXM7bm__EFwJMxLA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I believe the main problem in this situation is that you are trying to use
a security context that only exists on the server you are trying to connect
to, this is not available from a remote client.

You need to setup a authentication method that does allow this, or specify
credentials on connecting

HTH

Kind regards/met vriendelijke groet,

Serge Fonville

http://www.sergefonville.nl

Convince Microsoft!
They need to add TRUNCATE PARTITION in SQL Server
https://connect.microsoft.com/SQLServer/feedback/details/417926/truncate-partition-of-partitioned-table

2013/1/13 Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>

> On 01/12/2013 04:29 PM, Paul S wrote:
>
>> Thanks Adrian,
>>
>
> I think I can work with that but it's just a little less optimal that I
>> was
>> hoping for. Logging in just like I do in SSH would have been much easier.
>>
>
> Just had a thought. Could you not set up SSH keys for the postgres user
> and connect the tunnel as that user directly?
>
>
>> Thanks,
>>
>> Paul
>>
>>
>>
>>
>>
>>
>
>
> --
> Adrian Klaver
> adrian(dot)klaver(at)gmail(dot)com
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/**mailpref/pgsql-general<http://www.postgresql.org/mailpref/pgsql-general>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Robert James 2013-01-13 00:58:04 Combining validation into main query
Previous Message Adrian Klaver 2013-01-13 00:45:34 Re: pgadmin connection via tunnel and ubuntu user instead of postgres