2014-06-09 05:45:58 +00:00
|
|
|
* Either `Ssh.hostKey` should set the sshPubKey info
|
|
|
|
(which seems hard, as info needs to be able to be calculated without
|
|
|
|
running any IO code, and here IO is needed along with decrypting the
|
|
|
|
PrivData..), or the public key should not be stored in
|
|
|
|
the PrivData, and instead configured using the info.
|
|
|
|
Getting the ssh host key into the info will allow automatically
|
|
|
|
exporting it via DNS (SSHFP record)
|
2015-01-04 21:16:43 +00:00
|
|
|
|
|
|
|
[[done]]; although I did not implement SSHFTP yet, it should be doable now.
|