We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding a local SSH public key to GitHub account
termux-clipboard-set < $HOME/.ssh/id_rsa.pub && xdg-open https://github.com/settings/keys
Cache the SSH key Termux doesn't run ssh-agent but does support SSH key caching using the ssha command
ssha
ssh -T [email protected]
This command seems to cache for ssh connection but not for git command.
The text was updated successfully, but these errors were encountered:
practicalli-johnny
No branches or pull requests
Adding a local SSH public key to GitHub account
Cache the SSH key
Termux doesn't run ssh-agent but does support
SSH key caching using the
ssha
commandThis command seems to cache for ssh connection but not for git command.
The text was updated successfully, but these errors were encountered: