View previous topic :: View next topic |
Author |
Message |
freke Veteran
Joined: 23 Jan 2003 Posts: 1050 Location: Somewhere in Denmark
|
Posted: Wed Nov 07, 2018 3:19 pm Post subject: Cryptographic API/ Slimming my kernel |
|
|
I'm ever trying to slimming down my kernel on my small headless servers (web-/mail-/nameserver) on practically same hw.
What do I NEED enabled in kernel?
ie. afaik my ssh-key for login is RSA, but I see that's not enabled in kernel.
Does Apache, Postfix, Dovecot Bind et al require any specific implementations to be enabled in kernel? |
|
Back to top |
|
|
Tatsh Apprentice
Joined: 22 Jul 2007 Posts: 187
|
Posted: Wed Dec 05, 2018 9:34 am Post subject: |
|
|
Cryptography options in the kernel are solely for things like drivers that need such code within the kernel. They are not used with things like SSH as that's provided in userland libraries like OpenSSL. Basically you should not manually set any cryptography options in the kernel unless Portage tells you it's necessary for a package to work. |
|
Back to top |
|
|
|