pgadmin-org / pgadmin-org/pgadmin4
Disable SSH agent access if password or identify file is specified for SSH tunnel.
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3.8k
- Forks
- 891
- Avg merge
- 4d 7h
- Merged PRs (30d)
- 8
Description
I have SSH agent provided by password manager installed, but for pgAdmin SSH tunnel, I want it to use SSH identity file specified. However, pgAdmin will try to access every SSH identity provided by the agent, which is disturbing (I have to click deny multiple times) and increases security concerns.
Additional Context:
Windows 11
pgAdmin 4 9.13
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating pgAdmin's SSH tunnel setup and its handling of password or identity-file options. Reproduce the issue on Windows 11 with an SSH agent enabled; done means specifying either credential prevents attempts to access identities supplied by the agent.
Written by the indexing model from the issue text.
Assessment
- Domain
- networking
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100