Truth in IT retweetledi

SSH access is easy to set up on a one-off basis, but it gets harder to keep things tidy as more machines and users are added.
Bastion hosts help to some extent, but long-lived keys tend to leak, manual user offboarding is painful, and compromised sessions are virtually impossible to revoke.
One way to fix this is identity-aware SSH with short-lived certificates. Users authenticate with the company's IdP, obtain a session-wide SSH certificate, and continue using the plain "ssh" command for the rest of the process.
This tutorial by Nick Taylor shows how to build such a solution with Pomerium - an open source identity-aware access proxy: labs.iximiuz.com/tutorials/nati…
And the best part of it - you can actually follow all the steps right in your browser and get the setup work end-to-end.

English















