Tag ssh

 Bookmark

SSH to EC2 instances via AWS Lambda

An interesting approach - but I wonder why you'd implement like so (requiring SSH usage) instead of the Systems Manager's run-command https://docs.aws.amazon.com/systems-manager/latest/userguide/walkthrough-cli.html ?

Recommended read: SSH to EC2 instances via AWS Lambda https://www.transposit.com/blog/2019.12.18-using-lambda-as-an-ssh-proxy/

 Bookmark

Hardening SSH with 2fa

This is a great writeup about how to harden your SSH setup using 2-factor authentication. Would really recommend it!

Recommended read: Hardening SSH with 2fa https://gist.github.com/lizthegrey/9c21673f33186a9cc775464afbdce820