Remove comments from config after a host#122
Merged
quantumsheep merged 2 commits intoquantumsheep:masterfrom Mar 8, 2025
Merged
Remove comments from config after a host#122quantumsheep merged 2 commits intoquantumsheep:masterfrom
quantumsheep merged 2 commits intoquantumsheep:masterfrom
Conversation
Contributor
Author
|
@quantumsheep ping |
quantumsheep
reviewed
Mar 8, 2025
Owner
|
Hey! Sorry for the wait 🙏 Thanks for your help |
tmeijn
pushed a commit
to tmeijn/dotfiles
that referenced
this pull request
May 10, 2025
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [quantumsheep/sshs](https://github.com/quantumsheep/sshs) | minor | `4.6.1` -> `4.7.2` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>quantumsheep/sshs (quantumsheep/sshs)</summary> ### [`v4.7.2`](https://github.com/quantumsheep/sshs/releases/tag/4.7.2) [Compare Source](quantumsheep/sshs@4.7.1...4.7.2) Fix `--version` to 4.7.2. **See All the Changes:** [Here's the full list of updates from version 4.7.1 to 4.7.2](quantumsheep/sshs@4.7.1...4.7.2) ### [`v4.7.1`](https://github.com/quantumsheep/sshs/releases/tag/4.7.1) [Compare Source](quantumsheep/sshs@4.7.0...4.7.1) Add Linux arm64 .deb. **See All the Changes:** [Here's the full list of updates from version 4.7.0 to 4.7.1](quantumsheep/sshs@4.7.0...4.7.1) ### [`v4.7.0`](https://github.com/quantumsheep/sshs/releases/tag/4.7.0) [Compare Source](quantumsheep/sshs@4.6.1...4.7.0) > \[!IMPORTANT] > This release does not contain arm64 debs. If you use arm64 .deb, use [4.7.1](https://github.com/quantumsheep/sshs/releases/tag/4.7.1). #### ✨ What's New ✨ - **Improve parsing of ssh config files** when there are comments - **Make Include directives work as intended** #### New Contributors - [@​yodatak](https://github.com/yodatak) made their first contribution in quantumsheep/sshs#122 **See All the Changes:** [Here's the full list of updates from version 4.6.1 to 4.7.0](quantumsheep/sshs@4.6.1...4.7.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xMS4yIiwidXBkYXRlZEluVmVyIjoiNDAuMTEuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90Il19-->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello its my first time doing rust so i'm don't know if i do great i don't know where to add test to make sure i don't break anything
It should close this
#121
I find inspiration on fast-ssh and https://github.com/azriel91/ssh_cfg/