Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion prepare-vms/lib/commands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,8 @@ sync_keys() {
--public-key-material "$(ssh-add -L \
| grep -i RSA \
| head -n1 \
| cut -d " " -f 1-2)" &>/dev/null
| cut -d " " -f 1-2 \
| base64)" &>/dev/null

if ! aws ec2 describe-key-pairs --key-name "$AWS_KEY_NAME" &>/dev/null; then
die "Somehow, importing the key didn't work. Make sure that 'ssh-add -l | grep RSA | head -n1' returns an RSA key?"
Expand Down
1 change: 0 additions & 1 deletion slides/logistics.md

This file was deleted.

1 change: 1 addition & 0 deletions slides/logistics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
logistics-template.md