GitHub SSH
Description
Here you will learn how to use your TKey for SSH operations towards GitHub together with our app tkey-ssh-agent.
Installation and usage
Linux / macOS / Windows
Adding your public SSH key to your GitHub account
Note: Before proceeding, you must install tkey-ssh-agent on your device and generate a public SSH key, as described here.
- Follow the instructions on GitHub about how to connect to GitHub with SSH.
- Follow the instructions on GitHub about how to manage commit signature verification.
Testing your TKey for GitHub operations
- Enter a git command in your terminal that requires your permission. For example cloning a private repository. The status indicator on your TKey flashes green when a confirmation is needed.
git clone git@github.com:<username>/<repository>.git
- Touch the touch sensor on your TKey to confirm the operation.
Troubleshooting
If you run into trouble with the SSH connection, the best place to start are:
- Check out the troubleshooting guide.
- Make sure tkey-ssh-agent are running
- Make sure either the environment variable SSH_AUTH_SOCK or your SSH agent configuration is set. See our instructions over at TKey ssh-agent.