We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d321529 + e74dfb4 commit 75c71beCopy full SHA for 75c71be
2 files changed
.ebextensions/03_ssh_keys.config
@@ -21,6 +21,9 @@ files:
21
# Chris Pyle
22
add_key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMqV5gwot3utGLPGpAPWr8znU1cjMn1RE7jN8htvaOMt aws-eb"
23
24
+ # Sean Walker
25
+ add_key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICf1UhVM+65hiKahvdvEj20ohDu+bZVS+btVFJTtg0oP seanwalker@Seans-MacBook-Pro-2.local"
26
+
27
chown ec2-user:ec2-user "$AUTHORIZED_KEYS"
28
chmod 600 "$AUTHORIZED_KEYS"
29
infrastructure/scripts/ssh-to-eb.sh
@@ -58,6 +58,7 @@ echo "🔌 Connecting to EB instance..."
58
echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
59
echo ""
60
echo "Instance: $INSTANCE_IP ($INSTANCE_ID)"
61
+echo "Direct SSH: ssh -i $KEY_PATH_EXPANDED ec2-user@$INSTANCE_IP"
62
echo "User: ec2-user"
63
64
echo "Useful commands once connected:"
0 commit comments