I could only find details about configuring the config file, but i could no where find how to create a config file manually. I have generated rsa key, which is under .ssh folder but i couldn't find the config file being created there.
Git – Command to create ssh config file using git bash(windows)
gitgit-bashsshssh-keys
Related Question
- Git – How to stop tracking and ignore changes to a file in Git
- Git – How to find and restore a deleted file in a Git repository
- Git – Commit only part of a file in Git
- Git – How to make Git “forget” about a file that was tracked, but is now in .gitignore
- Git – How to create a remote Git branch
- Git – Stash only one file out of multiple files that have changed with Git
- Git – Squash the last X commits together using Git
- Github – Calculate RSA key fingerprint
Best Solution
You can simply create it by yourself:
or go to
.ssh
directory and do only:And then fill it with data.