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

feat: support for static hostkeys in ssh core #678

Closed
wants to merge 2 commits into from

Conversation

shreddedbacon
Copy link
Member

@shreddedbacon shreddedbacon commented Aug 7, 2024

SSH portal allows for keys to be defined for host key verification. Lagoon-core SSH service does not and randomly generates a new key each time, this provides a bad experience and forces users to ignore the host key checks.

This change allows for keys to be defined on the core service now.

The core ssh service defines has the following https://github.com/uselagoon/lagoon/blob/2b4283b707a74b8d677c6f32d595fbcf51e613fb/services/ssh/etc/ssh/sshd_config#L3-L5

If they're not provided by the chart, then the core service will generate them each time a pod restarts (not ideal)

closes #655

@shreddedbacon shreddedbacon force-pushed the core-ssh-hostkeys branch 5 times, most recently from a1b60f5 to 7f35114 Compare August 7, 2024 05:30
@shreddedbacon shreddedbacon marked this pull request as ready for review August 7, 2024 05:41
@shreddedbacon shreddedbacon force-pushed the core-ssh-hostkeys branch 3 times, most recently from ce80bd9 to 19fda14 Compare August 7, 2024 06:04
@shreddedbacon
Copy link
Member Author

closed as part of #679

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

Successfully merging this pull request may close these issues.

core ssh service host keys
1 participant