Yelp / mrjob

Run MapReduce jobs on Hadoop or Amazon Web Services
http://packages.python.org/mrjob/
Other
2.62k stars 586 forks source link

don't copy SSH key to master #2143

Closed coyotemarin closed 4 years ago

coyotemarin commented 4 years ago

When we needed to SSH into non-master nodes on EMR, we used to copy our key to the master node (which is potentially a security issue). This changes it so we add the key to the SSH agent instead. Fixes #1209.

88manpreet commented 4 years ago

+1