aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes/notes/cold_migration_security-1543136408c76459.yaml
blob: aaea57e99e0aa92b33b1dc1afd5176e42a7081d6 (plain)
1
2
3
4
5
6
7
8
9
10
---
features:
  - |
    Restrict nova migration ssh tunnel
    * The ssh authorized_keys file is only writeable by root.
    * Creates a new user for migration instead of using root/nova.
    * Disables SSH forwarding for this user.
    * Restricts the networks that this user can connect from.
    * Uses an ssh wrapper command to whitelist the commands that this user can run over ssh.
    Adds new parameter "tripleo::profile::base::nova::migration_ssh_localaddrs" to specify which incoming IPs are allow for SSH tunnel connections.