Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RAC - SSH endpoint from outpost #13254

Open
indykoning opened this issue Feb 25, 2025 · 4 comments
Open

RAC - SSH endpoint from outpost #13254

indykoning opened this issue Feb 25, 2025 · 4 comments
Labels
enhancement New feature or request

Comments

@indykoning
Copy link

Is your feature request related to a problem? Please describe.
Currently the browser based terminal needs to be used to log in using ssh.
This way you cannot use your preferred terminal emulator to log in

Describe the solution you'd like
It would be really nice if the RAC Outpost had an ssh port open.

selecting different applications could be done like ssh <application>@authentik.example.com.

This has the issue of authentication.
I've seen projects like Teleport return an url to authenticate the session when trying to connect. Once the user has logged in, the ssh session gets forwarded to the server.

Alternatively a "simpler" solution might be allowing users to add ssh public keys to their account, when trying to connect we can validate the user's access using his key he's connecting with

@indykoning indykoning added the enhancement New feature or request label Feb 25, 2025
@BeryJu
Copy link
Member

BeryJu commented Feb 25, 2025

the outpost won't have an SSH port but we are exploring different options for allowing CLI-based SSH access without needing a browser

@indykoning
Copy link
Author

the outpost won't have an SSH port but we are exploring different options for allowing CLI-based SSH access without needing a browser

Awesome! I'm glad to hear it, i'll be curious to find out what you'll come up with.
I'm not married to the idea of it needing to be an ssh port, but i do love my own terminal emulator 🙂

@dominic-r
Copy link
Contributor

Something like a SSH Bastion would be a great addition to authentik as well

@jamie-dit
Copy link

This would be a great option. Would be happy to sponsor this. @BeryJu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants