pressly / sup

Super simple deployment tool - think of it like 'make' for a network of servers
https://pressly.github.io/sup
MIT License
2.48k stars 178 forks source link

Search for identity files using id_*.pub wildcard #121

Closed juergenhoetzel closed 6 years ago

juergenhoetzel commented 6 years ago

Instead of using hard-coded "id_rsa" and "id_dsa" filenames.

Besides the use of ecdsa and edsa keys this also allows the use of other network-specific keys if they follow this naming convention.

Refs #86.

VojtechVitek commented 6 years ago

Merged in #123

VojtechVitek commented 6 years ago

Thanks for your contribution!