-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels