File: fix-remoteclient-default-ssh-shell-prologue-33e99343d086f601.yaml

package info (click to toggle)
tempest 1%3A19.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,564 kB
  • sloc: python: 69,123; sh: 196; makefile: 80
file content (7 lines) | stat: -rw-r--r-- 201 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
---
fixes:
  - |
    Fix RemoteClient default ssh_shell_prologue: Bug#1707478

    The default ssh_shell_proloque has been modified from
    specifying erroneous PATH=$$PATH:/sbin to PATH=$PATH:/sbin.