Files
dsk-iac/ansible/rsa_key/test.sh
havelight-ee e3a240bc41 bastion update
2023-06-28 15:48:32 +09:00

10 lines
145 B
Bash
Executable File

#!/bin/bash
#if [ -z "$BASH_VERSION" ]; then exec bash "$0" "$@"; exit; fi
passwd=$1
while read ip
do
./key.sh ${passwd} ${ip}
done < ip_list