diff --git a/README.md b/README.md index cd70bec..36a641f 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The chain should have these properties: decrypt can be done with the command : ```sh - export ASKPASS=ssh-askpass + export GPG_ASKPASS=ssh-askpass git-crypt unlock #gpg --decrypt local.key.asc | git-crypt unlock - diff --git a/execution-notes.md b/execution-notes.md new file mode 100644 index 0000000..28eaae6 --- /dev/null +++ b/execution-notes.md @@ -0,0 +1,17 @@ +# Execution-notes + +### On Tue Jun 15 06:05:07 AM CEST 2021 +``` +git init +git remote add origin git@gitea.localhost:michelc/toychain.git +export ASKPASS='ssh-askpass' +git-crypt export-key -- - | gpg --symmetric --armor --output local.key.asc +gpg --decrypt local.key.asc | xxd +git add .gitattributes +git crypt status +git crypt lock +gpg --decrypt local.key.asc | git-crypt unlock - + +git remote add toptal git@git.toptal.com:screening/Michel-Combes + +``` diff --git a/local.key.asc b/local.key.asc new file mode 100644 index 0000000..3088a98 --- /dev/null +++ b/local.key.asc @@ -0,0 +1,9 @@ +-----BEGIN PGP MESSAGE----- + +jA0ECQMCVkwyPsMJz+P/0r0ByU+jKa1N0W2+BrmVe0gl/9hwzVcCO57T8vCjxqfQ +k5xcM+sP4msnAMVGu5J/7O6GHKq6JUomUqVYGufgWKwobLJ8Ei7qPsN7mpmA56Qu +//puIC8UA/vhR80Iqm2cMBFh3q0DRNawuE6BwGqPFPtjnmccBJV5PW0RUjHWAQiS +/W2baUgJFAJMSOkSOPeMZ8Vf3eRo8TXp0iS+vyfNgov9FjZm7ygM4wGdTa46aVhH +KdatgQwrOJYXSvrw8M0= +=sj38 +-----END PGP MESSAGE----- diff --git a/project.mbox b/project.mbox index 0063db1..1d13645 100644 Binary files a/project.mbox and b/project.mbox differ