Where does the ssh client in git bash store it's known_hosts file on windows?
On my PC it stored it in
C:\Users\[username]\AppData\Local\VirtualStore\Program Files (x86)\Git\.ssh
Git Bash stores the known hosts in ~/.ssh/known_hosts
;-)
Wherever that file really is. When you are in Git Bash, you can edit the file with vim ~/.ssh/known_hosts
for example.
--
(by default ~ is at /c/Users/[user_name] so /c/Users/[user_name]/.ssh/known_hosts
)
On my PC it can be found on another drive ( not on default C:/ )
H:\.ssh