Prerequisites
To get the most out of this guide, you will need to:- Either create an account in our managed instance or deploy your own hoop.dev instance
- You must be your account administrator to perform the following commands
Features
The table below outlines the features available for this type of connection.- Native - This refers to when a database client connects through a specific protocol, such as an IDE or client libraries through
hoop connect <connection-name>. - One Off - This term refers to accessing this connection from Hoop Web App.
Configuration
Connection Setup
In upcoming releases, we plan to automate the management of users, keys, and passwords on the remote server.
Additionally, our roadmap includes adding a UI for managing such type of connections.
How to Use it
To connect automatically, it will listen to a random port and use your localssh client to connect it.
--port flag.
SSH Hosts Key
To prevent fingerprint issues when connecting with the local SSH client server, add the client host key environment variable during gateway setup. The key must be inPKCS#8 format and encoded as base64. You can generate a key with openssl utility:
SSH_CLIENT_HOST_KEY=<base64-encoded-key>