112 Search results for "ssh"
Authentication / Troubleshooting SSH /
Error: ssh-add: illegal option -- apple-use-keychain
This error means your version of ssh-add does not support macOS keychain integration, which allows you to store your passphrase in the keychain.
The --apple-use-keychain
Repositories / Create & manage repositories /
Cloning a repository
clone the repository using an SSH key, including a certificate issued by your organization's SSH certificate authority, click SSH, then click
.
To clone a repository
Authentication / Troubleshooting SSH /
Error: Permission denied (publickey)
use sudo, then ensure you are using it with every command. If you generate SSH keys without sudo and then try to use a command like sudo git push, you won't
Get started / Getting started with Git /
Set up Git
with GitHub using either HTTPS or SSH.
Note: You can authenticate to GitHub using GitHub CLI, for either HTTP or SSH. For more information, see gh auth
Authentication / Account security /
About authentication to GitHub
password with two-factor authentication, or a passkey
Personal access token
SSH key
Authenticating in your browser
If you're a member of an enterprise with
Get started / Getting started with Git /
Managing remote repositories
repository URL.
Tip: For information on the difference between HTTPS and SSH URLs, see "About remote repositories."
The git remote set-url command
REST API /
REST API endpoints for users
endpoints for Git SSH keys
List public SSH keys for the authenticated user
Create a public SSH key for the authenticated user
Get a public SSH key for the authenticated
Authentication / Troubleshooting SSH /
Error: Agent admitted failure to sign
In rare circumstances, connecting to GitHub via SSH on Linux produces the error "Agent admitted failure to sign using the key". Follow these
Authentication /
Managing commit signature verification
Managing commit signature verification
GitHub will verify GPG, SSH, or S/MIME signatures so other people will know that your commits come from a trusted
Authentication / Troubleshooting SSH /
Error: Unknown key type
that the SSH key type you used was unrecognized or is unsupported by your SSH client.
About the unknown key type error
When you generate a new SSH key, you