Skip to content

rhel8-script-stig.sh - ( 96 / 378) #91

@rgsurfs

Description

@rgsurfs

Missing the ( before sshd

case "$name" in sshd|login) exec tmux ;; esac

right???? shud read:

case "$name" in (sshd|login) exec tmux ;; esac

====================
Passes SCAP scan, when I put the ( before sshd

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions