practicalli / neovim

Neovim, Conjure and LSP for Clojure development using Fennel configuration
https://practical.li/neovim/
Creative Commons Attribution Share Alike 4.0 International
20 stars 4 forks source link

feat(termux): GitHub ssh enhancements #50

Open practicalli-johnny opened 2 months ago

practicalli-johnny commented 2 months ago

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

ssh -T git@github.com

This command seems to cache for ssh connection but not for git command.