Skip to content

Instantly share code, notes, and snippets.

View David-Araripe's full-sized avatar

David Araripe David-Araripe

View GitHub Profile
@David-Araripe
David-Araripe / micromamba.md
Last active October 24, 2024 12:22
installing micromamba on different

Setup ssh keys for git authentication

Creating your ssh key

For creating an ssh key, you can use the command ssh-keygen. If you'd like to use a custom filename for your key, you can include that by adding the -f argumet, such as in the example:

ssh-keygen -t rsa -b 4096 -C "[email protected]" -f ~/.ssh/my_custom_key_rsa