get rid of categories and add more tags
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
parent
575eac4fe0
commit
5ebee61159
20 changed files with 39 additions and 29 deletions
|
@ -1,6 +1,8 @@
|
|||
+++
|
||||
title = "GPG, Smartcard and ssh"
|
||||
date = 2016-07-21T14:35:14+00:00
|
||||
[taxonomies]
|
||||
tags = ["gpg", "yubikey", "fedora"]
|
||||
+++
|
||||
|
||||
This blog post shows how to tweak Fedora, if you want to use a smartcard with OpenPGP and use it also as a ssh key.
|
||||
|
@ -84,4 +86,4 @@ ForwardAgent yes
|
|||
```
|
||||
|
||||
OpenSSH has a [bug](https://bugzilla.mindrot.org/show_bug.cgi?id=2601), so that `StreamLocalBindUnlink yes` does not
|
||||
work in the client configuration and thus, you have to add that option to the remote server `/etc/ssh/sshd_config`
|
||||
work in the client configuration and thus, you have to add that option to the remote server `/etc/ssh/sshd_config`
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
+++
|
||||
title = "dracut and CVE-2016-4484: Cryptsetup Initrd root Shell"
|
||||
date = 2016-11-15T16:42:23+00:00
|
||||
[taxonomies]
|
||||
tags = ["dracut", "fedora", "programming"]
|
||||
+++
|
||||
People who want to secure their Fedora/RHEL system have to:
|
||||
* add a BIOS password
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
+++
|
||||
title = "Rust Echo Server"
|
||||
date = 2016-12-09T14:23:35+00:00
|
||||
[taxonomies]
|
||||
tags = ["rust", "programming"]
|
||||
+++
|
||||
On modern CPUs, rust seems to perform very nicely with the thread context switches,
|
||||
at least when benchmarking an [echo server](https://github.com/haraldh/rust_echo_server).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue