About 600 results
Open links in new tab
  1. Generating a new SSH key and adding it to the ssh-agent - GitHub …

    After you've checked for existing SSH keys, you can generate a new SSH key to use for authentication, then add it to the ssh-agent.

  2. Adding a new SSH key to your GitHub account

    To add an SSH key to your GitHub account, use the ssh-key add subcommand, specifying your public key. For authentication keys, if you're prompted to request additional scopes, follow the …

  3. Connecting to GitHub with SSH

    You can connect to GitHub using the Secure Shell Protocol (SSH), which provides a secure channel over an unsecured network.

  4. About SSH - GitHub Docs

    When you set up SSH, you will need to generate a new private SSH key and add it to the SSH agent. You must also add the public SSH key to your account on GitHub before you use the …

  5. Using SSH agent forwarding - GitHub Docs

    To simplify deploying to a server, you can set up SSH agent forwarding to securely use local SSH keys.

  6. Adding a GPG key to your GitHub account

    In the upper-right corner of any page on GitHub, click your profile picture, then click Settings. In the "Access" section of the sidebar, click SSH and GPG keys.

  7. Checking for existing SSH keys - GitHub Docs

    Mar 15, 2022 · Either generate a new SSH key or upload an existing key. If you don't have a supported public and private key pair, or don't wish to use any that are available, generate a …

  8. Authorizing an SSH key for use with single sign-on - GitHub Docs

    To the right of the SSH key you'd like to authorize, click Configure SSO. If you don't see Configure SSO, ensure that you have authenticated at least once through your identity provider to …

  9. Managing deploy keys - GitHub Docs

    Learn different ways to manage SSH keys on your servers when you automate deployment scripts and which way is best for you.

  10. Working with SSH key passphrases - GitHub Docs

    You can secure your SSH keys and configure an authentication agent so that you won't have to reenter your passphrase every time you use your SSH keys.