Last active
August 10, 2022 12:29
-
-
Save jeremygaither/7936cff22ec7e7c355fc230df649a16d to your computer and use it in GitHub Desktop.
Revisions
-
jeremygaither renamed this gist
Aug 10, 2022 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
jeremygaither revised this gist
Aug 10, 2022 . 1 changed file with 3 additions and 0 deletions.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 @@ -1,5 +1,8 @@ # unlock macOS vaults from command line (eg: over ssh) ```bash #!/usr/bin/env bash security -i unlock-keychain ~/Library/Keychains/vaultname.keychain-db security -i unlock-keychain ~/Library/Keychains/login.keychain-db ``` -
jeremygaither revised this gist
Aug 10, 2022 . 1 changed file with 2 additions and 1 deletion.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 @@ -1,4 +1,5 @@ # unlock macOS vaults from command line (eg: over ssh) #!/usr/bin/env bash security -i unlock-keychain ~/Library/Keychains/vaultname.keychain-db security -i unlock-keychain ~/Library/Keychains/login.keychain-db -
jeremygaither created this gist
Aug 10, 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,4 @@ #!/usr/bin/env bash security -i unlock-keychain ~/Library/Keychains/aws-vault.keychain-db security -i unlock-keychain ~/Library/Keychains/login.keychain-db