konklone / oversight.garden

Bringing together the oversight community's work.
https://oversight.garden
Creative Commons Zero v1.0 Universal
26 stars 9 forks source link

SSH rake tasks #173

Closed divergentdave closed 7 years ago

divergentdave commented 7 years ago

This adds new rake tasks to SSH into servers. Each task adds the local computer's public IP address to the corresponding security group, looks up the corresponding server's public DNS name, and execs ssh with the username and public DNS name. In the first commit, I wrapped the file in a module, so there's noise from the indentation and variable scope changes.

konklone commented 7 years ago

Very nice!