File: pass_ssh_args-cf26a2ce26ccddaf.yaml

package info (click to toggle)
python-openstackclient 7.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,012 kB
  • sloc: python: 135,291; makefile: 140; sh: 22
file content (14 lines) | stat: -rw-r--r-- 639 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
features:
  - |
    Added the ability to pass arguments through to the ``ssh`` command When
    using ``openstack server ssh``. This allows the user to use any ``ssh``
    option without needing to add that option to the openstack client.
    Existing openstackclient options that mirror SSH options are now
    deprecated.
deprecations:
  - |
    ``openstack server ssh`` options that mirror ``ssh`` options are now
    deprecated (``--login, -l, --port, --identity, --option, -o, -vz``).
    The ``ssh`` equivalent of each deprecated option should be used instead.
    For example ``openstack server ssh instance -- -l user -i key``