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

do not force type of ssh_gateway_ports #765

Merged
merged 2 commits into from
May 31, 2024
Merged

do not force type of ssh_gateway_ports #765

merged 2 commits into from
May 31, 2024

Conversation

rndmh3ro
Copy link
Member

this way it can be a bool or a string. we also now test for it.

fixes #755

rndmh3ro added 2 commits May 31, 2024 11:25
this way it can be a bool or a string. we also now test for it

Signed-off-by: Sebastian Gumprich <rndmh3ro@users.noreply.github.com>
Signed-off-by: Sebastian Gumprich <rndmh3ro@users.noreply.github.com>
@schurzi schurzi added the patch label May 31, 2024
@schurzi schurzi changed the title do not force type of gatewayports-var do not force type of ssh_gateway_ports May 31, 2024
@rndmh3ro rndmh3ro merged commit 85aa1b2 into master May 31, 2024
81 of 82 checks passed
@rndmh3ro rndmh3ro deleted the gatewayports branch May 31, 2024 10:20
@schurzi schurzi added the bug label Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ssh_gateway_ports is documented to accept 'clientspecified' string, but only accepts bools
2 participants