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

ssh config GitHub Host #327

Open
SepplL opened this issue Sep 27, 2024 · 1 comment
Open

ssh config GitHub Host #327

SepplL opened this issue Sep 27, 2024 · 1 comment

Comments

@SepplL
Copy link
Contributor

SepplL commented Sep 27, 2024

Optional edit:
configure ~/.ssh/config
with Host GitHub for better ssh-keyring or ssh-agent integration (depending on config).

@SepplL
Copy link
Contributor Author

SepplL commented Sep 27, 2024

Host github.com
	User git
	HostName github.com
	IdentityFile ~/.ssh/GitHub
	AddKeysToAgent yes
	IdentitiesOnly yes

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

No branches or pull requests

1 participant