Created
July 20, 2022 15:33
-
-
Save julianfrank/cf4487a66d7e82d670c8dba899331ea4 to your computer and use it in GitHub Desktop.
Revisions
-
julianfrank created this gist
Jul 20, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ //Move all the certificated from windows .ssh (/mnt/c/Users/<username>/.ssh)folder to ~/ssh sudo chmod 600 ~/.ssh/id_ed25519 sudo chmod 600 ~/.ssh/id_ed25519.pub sudo chmod 644 ~/.ssh/known_hosts sudo chmod 755 ~/.ssh //git should wowrk now