-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
It would be great to have an ability to easily synchronize Windows (C:\Users\<username>\.ssh) and WSL (/home/<username>/.ssh) .ssh folders (config and keys).
Describe the solution you'd like
Natural solution would be to symlink one folder to another but this approach fails because of the permissions' differences (WSL treats windows' files permissions as 777).
Describe alternatives you've considered
The heavier solution would be to implement some script which performs synchronization after each modification in either folder.
Additional context
Sorry if I duplicated another issue - I looked for it but couldn't find one (promise).
Reactions are currently unavailable