ssh ubuntu@<IP Supplied by the Instructor> (password opstrain_0150)
mkdir -p ~/chef-repo/.chef
From your Client box copy your Key and config files
scp *.pem ubuntu@ec2-?????.com:~
scp .pem ubuntu@ec2-?????.com:~
#!/usr/bin/env bash | |
# Base ipmi access setup script to be run from BMC | |
set -u | |
tgtip=xxx.xxx.xxx.xxx | |
tgtnet=$(echo $tgtip | cut -f1-3 -d\.) | |
# intel S2600: 2 | |
# supermicro: 0 |