add stuff
This commit is contained in:
parent
52883d01be
commit
04fbe0aab9
@ -17,6 +17,8 @@
|
|||||||
path = ./.;
|
path = ./.;
|
||||||
pathString = ".";
|
pathString = ".";
|
||||||
};
|
};
|
||||||
|
packages.default = self'.packages.blog;
|
||||||
|
apps.default = self'.apps.blog;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
8
notes/exporting ssh key from gpg.md
Normal file
8
notes/exporting ssh key from gpg.md
Normal 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`
|
Loading…
Reference in New Issue
Block a user