1
0
Fork 0

add stuff

This commit is contained in:
Yusuf Bera Ertan 2022-08-14 10:03:26 +03:00
parent 52883d01be
commit 04fbe0aab9
Signed by: dusk
GPG Key ID: 1D8F8FAF2294D6EA
2 changed files with 10 additions and 0 deletions

View File

@ -17,6 +17,8 @@
path = ./.;
pathString = ".";
};
packages.default = self'.packages.blog;
apps.default = self'.apps.blog;
};
};
}

View File

@ -0,0 +1,8 @@
- gpg --export-secret-ssh-key doesn't work
- gpg --export-ssh-key works to export public key
-----------
- to export secret ssh key first remove password from your [A]uthentication subkey
- you can do this with `gpg --edit-key KEYID` and then `passwd` and `save`
- then do `gpg --export-secret-subkeys KEYID! | openpgp2ssh KEYID > ssh_key`