These instructions (https://www.enterprisedb.com/blog/ssh-tunneling-pgadmin-4) are written for pgAdmin local installation but I’m having issues trying to connect using SSH Tunneling from pgAdmin (v9.2) deployed into a Docker container.
I copied my private SSH key to the volume mapped in my local computer and I’m able to see it from inside container when I open the dialog to load identify file but once I select it, I always receive error: “[Errno 13] Permission denied: ‘var/lib/pgadmin/storage/{user}/{key}’”.
Please review the attached screenshot for all information.
Could you explain what I’m doing wrong, what I’m missing and how to solve the issue and be able to connect my server through SSL Tunneling of containerized pgAdmin?