Skip to content

Target filter #18

@juagargi

Description

@juagargi

I want to be able to run this:

sshtool -f targets.file -t '*10??*' 'echo this will run on every AWS SCIONLab host'

Or this

# Grab the targets from the .ssh directory and filter out those that are not *10??* :
sshtool -t '*10??*' 'echo this will run on every AWS SCIONLab host'

Write a filter that accepts text and regular expressions do enable this feature.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions