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

Setup minimal SSH configuration for Github #107

Merged
merged 1 commit into from
Apr 29, 2022

Conversation

nicolasygrand
Copy link
Contributor

Default SSH config looks like this :

Host vs-ssh.visualstudio.com User git PubkeyAcceptedAlgorithms +ssh-rsa HostkeyAlgorithms +ssh-rsa Host github.com UpdateHostKeys yes

Accepted algorithm for VS SSH host causes failure during SSH interactions with Github repository. This PR simplify config file with minimal options just for github.com.

@nicolasygrand nicolasygrand force-pushed the fix/github_only_ssh_config branch 3 times, most recently from 9cfae7d to 67f875b Compare April 28, 2022 15:02
@flolom flolom merged commit e86b945 into develop Apr 29, 2022
@flolom flolom deleted the fix/github_only_ssh_config branch April 29, 2022 07:24
flolom added a commit that referenced this pull request May 5, 2022
…onfig"

This reverts commit e86b945, reversing
changes made to 36bba68.
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.

None yet

2 participants