About 20,100 results
Open links in new tab
  1. Generating a new SSH key and adding it to the ssh-agent

    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 instructions …

  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. Checking for existing SSH keys - GitHub Docs

    Mar 15, 2022 · If you see an existing public and private key pair listed (for example, id_rsa.pub and id_rsa) that you would like to use to connect to GitHub, you can add the key to the ssh-agent.

  5. About SSH - GitHub Docs

    Using the SSH protocol, you can connect and authenticate to remote servers and services. With SSH keys, you can connect to GitHub without supplying your username and personal access token at …

  6. Managing deploy keys - GitHub Docs

    GitHub attaches the public part of the key directly to your repository instead of a personal account, and the private part of the key remains on your server. For more information, see Delivering deployments.

  7. About authentication to GitHub

    You can access your resources in GitHub in a variety of ways: in the browser, via GitHub Desktop or another desktop application, with the API, or via the command line. Each way of accessing GitHub …

  8. Working with SSH key passphrases - GitHub Docs

    To add an extra layer of security, you can add a passphrase to your SSH key. To avoid entering the passphrase every time you connect, you can securely cache the key in the SSH agent.

  9. Authentication documentation - GitHub Docs

    Adding a new SSH key to your GitHub account To configure your account on GitHub.com to use your new (or existing) SSH key, you'll also need to add the key to your account.

  10. Testing your SSH connection - GitHub Docs

    After you've set up your SSH key and added it to GitHub, you can test your connection.