Neutron should be able to fetch hostkeys for ports
Bug #1682247 reported by
Monty Taylor
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
In public cloud scenarios, the end user currently has no trust path from which to fetch an SSH hostkey from a server. (to be fair, the same is also true in private clouds) There may also be other protocols that would similarly like to do a handshake - so add an API call to allow an end user to fetch a public key from a network port without fear of MITM attack.
Infra would love to get this in OpenStack clouds.
Changed in neutron: | |
status: | New → Triaged |
Changed in neutron: | |
importance: | Undecided → Wishlist |
To post a comment you must log in.
Also, I wrote an initial spec before I learned about the RFE process (whoops):
https:/ /review. openstack. org/456394
The implementation details in it are almost certainly wrong.