git change ssh key
$ ssh-keygen -t rsa -b 4096 -C "[email protected]"git config core.sshCommand "ssh -i ~/.ssh/id_rsa_example -F /dev/null"
git pull
git push
# Other way
edit .git/config file like:
[core]
sshCommand = ssh -i ~/.ssh/id_rsa_example -F /dev/null
> Enter passphrase (empty for no passphrase): [Type a passphrase]
> Enter same passphrase again: [Type passphrase again]
Also in C++:
- git commit --amend choose editor
- convert .py to .exe using pyinstaller
- ubuntu uninstall redis
- force git pull overwrite
- system program error detected ubuntu
- browser sync for linux
- expo install globally
- github add multiple credentials windows
- list commands in shell
- git reset initial commit
- git remove from folder
- bash cd too many arguments
- creating new branch in git
- laravel generate key
- git remote add wrong thing how to remove
- uninstall winetricks ubuntu
- install intellij linux command line
- apt clean cache
- powershell open cmd
- how to install pygame using pip in ubuntu
- how to install nvm
- javascript currencey formatter
- sshpass example
- pyttsx3 linux