on 2023 Nov 28 9:41 AM
In my space I created a Instance of PostgreSQL instance and the required service key. After that I deployed my AppRouter to Cloud Foundry and enabled ssh to the Approuter, I also bind the PostgreSQL service to my application.
I tried to connect via ssh to the database:
cf ssh -L 55432:<PostgreHostName>:5432 <App Name>
After this I received the error message: "ssh: handshake failed".
Are there any advice on how to connect to the database using ssh?
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
User | Count |
---|---|
59 | |
7 | |
7 | |
6 | |
6 | |
4 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.