Given a user who has SSH access to a Render instance
When they SSH into instance
Then the instance should be able to determine the current user's email address.
--
Why? Access to production data carries great responsibility. We should be able to identify and log access to it.
There's precedent for this in the Rails ecosystem - I specifically want to use this library: https://github.com/basecamp/audits1984
Today, when I SSH into a Render instance, the
whoami
command returns just
render
.