Pgadmin 4 returns "No password or public key available!"
Solution 1:
Ok I found the answer: Need to convert the SSH private key to a RSA private key using
ssh-keygen -p -N "" -m pem -f /path/to/key
Source
Ok I found the answer: Need to convert the SSH private key to a RSA private key using
ssh-keygen -p -N "" -m pem -f /path/to/key
Source