diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-04-25 16:48:39 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-04-25 16:48:39 +0000 |
commit | 1822ab1c4a201ac952200b52ab600661ea3fea97 (patch) | |
tree | ac3eb413abc8288f335ef7f7a6bfaa3071bb552c /releasenotes | |
parent | 374b101683eb695b4aad44cb086c1a1748042d12 (diff) | |
parent | 68d7196d472b5195c19e871e960996e89a7bcb9c (diff) |
Merge "SSH known_hosts config" into stable/ocata
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/ssh_known_hosts-287563590632d1aa.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/releasenotes/notes/ssh_known_hosts-287563590632d1aa.yaml b/releasenotes/notes/ssh_known_hosts-287563590632d1aa.yaml new file mode 100644 index 00000000..8b533b1a --- /dev/null +++ b/releasenotes/notes/ssh_known_hosts-287563590632d1aa.yaml @@ -0,0 +1,4 @@ +--- +features: + - SSH host key exchange. The ssh host keys are collected from each host, + combined, and written to /etc/ssh/ssh_known_hosts. |