Skip to main content

4 Search results for "keygen"

Authentication / Connect with SSH /

Generating a new SSH key and adding it to the ssh-agent

replacing the email used in the example with your GitHub email address. ssh-keygen -t ed25519 -C "your_email@example.com" Note: If you are using

Authentication / Connect with SSH /

Managing deploy keys

specific user, but rather to the repository. Set up deploy keys Run the ssh-keygen procedure on your server, and remember where you save the generated public

Authentication / Connect with SSH /

Working with SSH key passphrases

without regenerating the keypair by typing the following command: $ ssh-keygen -p -f ~/.ssh/id_ed25519 > Enter old passphrase: [Type old passphrase]

Migrations / GitHub Enterprise Importer / Complete migration /

Troubleshooting your migration with GitHub Enterprise Importer

run the following command: Shell ssh-keygen -t ed25519 -Z aes256-cbc -C "your_email@example.com" ssh-keygen -t ed25519 -Z aes256-cbc -C "your_email@example