请教几个 ssh vs ssl 问题
1.
一般 ssh 不需要申请凭证
但我已申请 ssl 凭证, ssh可以和它共用凭证吗?
2
ssh 的 host key 有没有定期更换的必要
3. passphrase
假如 ssl设了 passphrase , apache 起动时可以这样用
chmod 700 /path/to/passphrase-file
httpd.conf 加入
SSLPassPhraseDialog exec:/path/to/passphrase-file
但 ssh设了 passphrase , sshd 就起不来了
sshd 有没有类似的解决方法?
谢谢!