Goal: I'm trying to connect to postgres in a private subnet using an SSH bastion
Steps: I setup an SSH bastion server which I was hoping would allow retool to connect to the DB in the private subnet
Details: when I attempt to connect to the private IP address I get a connection timeout. I can connect to the same IP address from resources within my subnet
For anyone seeing this in the future the issue was that this line needed to be added to the SSH Config:
PubkeyAcceptedKeyTypes +ssh-rsa
Quick question, given that RSA keys are now deprecated by openssh are there any plans to move over to a non-deprecated key type, perhaps as an account option?