ssh vs ssl 幾個問題 - Linux

Table of Contents

請教幾個 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 有沒有類似的解決方法?



謝謝!


--

All Comments