112 Search results for "ssh"
Authentication / Troubleshooting SSH /
Error: Bad file number
and proxy servers.
When running remote Git commands or SSH, your connection might time out:
$ ssh -vT git@github.com
> OpenSSH_8.1p1, LibreSSL 2.7.3
Authentication / Troubleshooting SSH /
Error: Key already in use
open a terminal and type the ssh command. Use the -i flag to provide the path to the key you want to check:
$ ssh -T -ai ~/.ssh/id_rsa git@github.com
# Connect
Authentication / Secure your account with 2FA /
Accessing GitHub using two-factor authentication
API or the command line, you'll authenticate using a token, application, or SSH key. For more information, see "About authentication to GitHub."
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
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
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
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
Migrations / ghe-migrator /
Migrating data to GitHub Enterprise Server
min/
SSH into your target GitHub Enterprise Server instance. For more information, see "Accessing the administrative shell (SSH)."
ssh -p 122
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