ssh changees and sync with mac

This commit is contained in:
2026-02-20 09:53:18 +00:00
parent f7deb87360
commit c607122cc4
6 changed files with 38 additions and 5 deletions

7
ssh/config.lua Normal file
View File

@@ -0,0 +1,7 @@
return {
target = {
linux = "~/.ssh",
mac = "/Users/thomasglopes/.ssh",
default = "~/.ssh",
},
}