So I'm used to using the Git for Windows mingw and have ssh keys setup there.
Recently adopted Ubuntu 18 on WSL (Windows subsystem for linux) and realized that the home folder in the Ubuntu is different from the home folder for MinGW
MinGW is using my actual Windows home folder (typically C:\Users\eric) and the ssh folder being in C:\Users\eric.ssh
Ubuntu WSL is using a different folder for /home/eric and my .ssh in Ubuntu is clearly not the same folder.
Knowing that windows processes editing the home folder for files exposed in WSL is not supported right now (VolFS metadata sync issues, google it) however, it would be nice to at least keep my .ssh folder in sync.
What would be the proper way to do this?
I dont see how MinGW mounts the home folder, and I dont see how to move Ubuntu's home folder reference (or at least .ssh folder) to C:\Users\eric.ssh