GetValkyrie / valkyrie

Valkyrie is an opinionated local dev stack that makes features/git based Drupal development easy.
http://www.getvalkyrie.com
GNU General Public License v3.0
45 stars 11 forks source link

Host user's SSH key handling #43

Closed ergonlogic closed 9 years ago

ergonlogic commented 9 years ago

Right now, we assume the presence of ~/.ssh/id_rsa.pub. We should check for it's existence, fall-back to check ~/.ssh/id_dsa.pub, and provide some instructions if neither are present.

ergonlogic commented 9 years ago

76 would be a good place to implement some of this. We should still add some error checking though.