-
Notifications
You must be signed in to change notification settings - Fork 45
feat: support cloning over SSH via private key auth #170
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
acff47a
add SSH_PRIVATE_KEY_PATH option, add some tests
johnstcn 8ff5c1a
handle known_hosts
johnstcn 015c67a
add test for unknown host key
johnstcn 054abc8
fixup! add test for unknown host key
johnstcn 30285c0
improve unit tests
johnstcn 64bdbdc
refactor keyscan
johnstcn e9f183f
prepend ssh:// to urls missing schema
johnstcn 0ead6a0
io.ReadAll
johnstcn 2c79a1b
no underscore vars
johnstcn e5c39d3
fix tests
johnstcn 18d0dc2
use knownhosts.WriteKnownHost instead
johnstcn b0587e2
simply by removing GIT_SSH_KNOWN_HOSTS_BASE64, refactor repo auth setup
johnstcn 02226ae
fixup! simply by removing GIT_SSH_KNOWN_HOSTS_BASE64, refactor repo a…
johnstcn 36871a3
make docs
johnstcn 39088ff
fix SSH agent auth
johnstcn 7f30872
fix tests
johnstcn 5dd031c
address PR comments
johnstcn f200030
update README
johnstcn a6256a7
Merge remote-tracking branch 'origin/main' into cj/ssh-private-key
johnstcn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next
Next commit
add SSH_PRIVATE_KEY_PATH option, add some tests
- Loading branch information
commit acff47a999d7eb99b5a9f8353368aa7c844e1837
There are no files selected for viewing
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.