File: keypair-create-client-side-generation-73d8dd36192f70c9.yaml

package info (click to toggle)
python-openstackclient 8.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,872 kB
  • sloc: python: 131,970; makefile: 140; sh: 22
file content (11 lines) | stat: -rw-r--r-- 594 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
---
features:
  - |
    The ``openstack keypair create`` command will now generate keypairs on the
    client side in ssh-ed25519 format. The Compute service no longer supports
    server-side key generation starting with ``--os-compute-api-version 2.92``
    while the use of ssh-ed25519 is necessary as support for ssh-rsa has been
    disabled by default starting in OpenSSH 8.8, which prevents its use in
    guests using this version of OpenSSH in the default configuration.
    ssh-ed25519 support is widespread and is supported by OpenSSH 6.5 or later
    and Dropbear 2020.79 or later.