109 Search results for "ssh"
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
Migrations / ghe-migrator /
Migrating data to GitHub Enterprise Server
admin@HOSTNAME:/home/admin/
SSH into your target GitHub Enterprise Server instance. For more information, see Accessing the administrative shell (SSH).
ssh -p 122 admin@HOSTNAME
Authentication / Troubleshooting SSH /
Error: Host key verification failed
As a security precaution, SSH keeps track of which hosts it has previously seen.
This error means that the server to which you're connecting presented
Repositories / Create & manage repositories /
Troubleshooting cloning errors
credentials will cause authentication to fail.
Use SSH instead
If you've previously set up SSH keys, you can use the SSH clone URL instead of HTTPS. For more information
Codespaces / Developing in a codespace /
Using GitHub Codespaces with GitHub CLI
Stop a codespace
Delete a codespace
Rename a codespace
Rebuild a codespace
SSH into a codespace
Open a codespace in Visual Studio Code
Open a codespace in
Migrations / ghe-migrator /
Exporting migration data from GitHub Enterprise Server
Enterprise Server source. The best way to do this is to verify that you can SSH into the instance.
Generate an access token with the repo and admin:org scopes
Authentication / Account security /
Preventing unauthorized access
GitHub requires a password to perform sensitive actions, such as adding new SSH keys, authorizing applications, or modifying team members.
After changing
Get started / Getting started with Git /
Why is Git always asking for my password?
HTTPS remote URL has some advantages compared with using SSH. It's easier to set up than SSH, and usually works through strict firewalls and proxies. However
Get started / Using GitHub /
Troubleshooting connectivity problems
captcha verification.
Switching cloning methods
Switching from cloning via SSH to cloning via HTTPS, or vice versa may improve connectivity. For more information
Get started / Getting started with Git /
Managing remote repositories
remote repository URL.
Tip
For information on the difference between HTTPS and SSH URLs, see About remote repositories.
The git remote set-url command takes