※ 引述《newversion (海纳百川天下归心)》之铭言:
: 请教几个 ssh vs ssl 问题
: 1.
: 一般 ssh 不需要申请凭证
: 但我已申请 ssl 凭证, ssh可以和它共用凭证吗?
SSH是跟SSL没啥关系的东西...
SSH是直接验证对方的key
没有SSL那种阶层授权的系统
: 2
: ssh 的 host key 有没有定期更换的必要
没有 除非你机器被hack或ssh发生会泄露key的漏洞
: 3. passphrase
: 假如 ssl设了 passphrase , apache 起动时可以这样用
: chmod 700 /path/to/passphrase-file
: httpd.conf 加入
: SSLPassPhraseDialog exec:/path/to/passphrase-file
能读到keyfile难道会读不到这passphrase file?
你觉得这样设定到底有啥意义?
: 但 ssh设了 passphrase , sshd 就起不来了
: sshd 有没有类似的解决方法?
同上
既然没意义你设passphrase有啥用处?
: 谢谢!