Open SSH/RDP with cloud function from Firebase App

We set our App to run with a backend and credentials by Firebase functions.

This was our base for the functions https://cloud.google.com/nodejs/docs/reference/compute/latest

These functions work fine from our App, we can start and stop a compute engine with a button in our App, but we can’t open an SSH, because there is no function for it anywhere, we searched. We know that maybe google won’t allow it because of security reasons?.

Our App uses Google oauth for all users who log into the app so we could pass that if needed.

Any help at least knowing if this could be done is welcome.

1 Like

For an SSH connection, there is an example available at this GitHub issue:

For the case of an RDP connection, you file a new issue at the library repository as the one submitted before.

1 Like