Skip to main content

983 Search results for "public key url"

Get started / Learning about GitHub /

GitHub glossary

plan An organization billing plan where you can collaborate on unlimited public and private repositories, allow or require organization members to authenticate

Authentication / Connect with SSH /

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

existing SSH keys, you can generate a new SSH key to use for authentication, then add it to the ssh-agent. About SSH key passphrases You can access and write data

REST API / Users /

REST API endpoints for Git SSH keys

manage Git SSH keys of authenticated users. About Git SSH key administration If a request URL does not include a {username} parameter then the response

Authentication / Connect with SSH /

Adding a new SSH key to your GitHub account

your account on GitHub.com to use your new (or existing) SSH key, you'll also need to add the key to your account. About addition of SSH keys to your account

Authentication / Troubleshooting SSH /

Error: Permission denied (publickey)

use the "git" user All connections, including those for remote URLs, must be made as the "git" user. If you try to connect with your

Get started / Getting started with Git /

About remote repositories

About remote repositories A remote URL is Git's fancy way of saying "the place where your code is stored." That URL could be your repository on GitHub

REST API / Actions /

REST API endpoints for GitHub Actions Secrets

/SUPER_SECRET/repositories" } ] } Get an organization public key Gets your public key, which you need to encrypt secrets. You need to encrypt a secret

Apps / Sharing GitHub Apps /

Registering a GitHub App using URL parameters

can use URL query parameters to help other people quickly set up a new GitHub App with a specific configuration you have preselected. About URL parameters

REST API / Dependabot /

REST API endpoints for Dependabot secrets

tokens require repo scope for private repositories and public_repo scope for public repositories. GitHub Apps must have the dependabot_secrets permission to

Code security / Dependabot / Work with Dependabot /

Removing Dependabot access to public registries

by removing calls to public registries. About configuring Dependabot to only access private registries Dependabot can access public registries by default