forked from blinksh/blink
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Using BKConfig as an intermediary to generate proper configuration (b…
…linksh#1327) - Using ssh config as the central piece to obtain configurations. - BKConfig is an intermediary between Blink configurations and the SSH information. - Use the BKSSHHost from BKConfig to generate the proper SSHClientConfiguration and centralize all the knowledge and transformations there. - Refactored SSHClient configuration to a separate file. Initially I thought we would do the transformation there, but now it is just convenient. Co-authored-by: Carlos Cabanero <[email protected]>
- Loading branch information
Showing
21 changed files
with
1,251 additions
and
447 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.