112 Search results for "ssh"
Authentication / Connect with SSH /
Managing deploy keys
different ways to manage SSH keys on your servers when you automate deployment scripts and which way is best for you.
You can manage SSH keys on your servers
Organizations / Manage OAuth access /
About OAuth app access restrictions
resources.
SSH keys created before February 2014 immediately lose access to the organization's resources (this includes user and deploy keys).
SSH keys created
Authentication / Verify commit signatures /
About commit signature verification
Using GPG, SSH, or S/MIME, you can sign tags and commits locally. These tags or commits are marked as verified on GitHub so other people can be confident
Authentication / Verify commit signatures /
Telling Git about your signing key
To sign commits locally, you need to inform Git that there's a GPG, SSH, or X.509 key you'd like to use.
Telling Git about your GPG key
If you're using
Authentication / Account security /
Updating your GitHub access credentials
GitHub credentials include not only your password, but also the access tokens, SSH keys, and application API tokens you use to communicate with GitHub. Should
Code security / Supply chain security / End-to-end supply chain /
Best practices for securing accounts
two-factor authentication in your organization"
Connect to GitHub using SSH keys
There are other ways to interact with GitHub beyond signing into the
REST API / Authentication /
Permissions required for fine-grained personal access tokens
write
DELETE /gists/{gist_id}/star
write
User permissions for "Git SSH keys"
Endpoint
Access
Additional permissions
POST /user/keys
write
DELETE
Codespaces / Customizing your codespace /
Changing the shell in a codespace
a new codespace in the VS Code web client, or connect to a codespace over SSH, the terminal opens with a bash session running by default. In the VS Code
REST API / Authentication /
Permissions required for GitHub Apps
UAT
DELETE /gists/{gist_id}/star
write
UAT
User permissions for "Git SSH keys"
Endpoint
Access
Token types
Additional permissions
POST /user/keys
Get started / Learning about GitHub /
GitHub glossary
repositories that depend on a public repository.
deploy key
A deploy key is an SSH key that is stored on your server and grants access to a single GitHub repository