View Full Version : [all variants] Encrypting SSH host keys?
Artis
June 5th, 2008, 05:32 AM
Is it possible to encrypt SSH host keys so that a password is requested at the SSH server startup?
Dr Small
June 5th, 2008, 02:22 PM
Generally you are prompted with a password anyhow, if you use sudo.
sudo /etc/init.d/ssh start
Artis
June 5th, 2008, 04:00 PM
Generally you are prompted with a password anyhow, if you use sudo.
Right, that doesn't mean that the keys are encrypted however...
Dr Small
June 5th, 2008, 05:03 PM
Correct. You could however encrypt the host keys with GPG, and then edit the init.d script to decrypt the keys before it starts SSH.
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.