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

improve ssh auth #166

Closed leeif closed 12 months ago

leeif commented 5 years ago

Changes:

  1. enable network user and identity_file settings in yaml file.
  2. provide an env variable [NETWORK_IDENTITY_FILE] to override the yaml identity_file setting in some use case like CI.
  3. use go.mod to manage the dependance.
  4. update crypto package to enable the openssh type key file parsing.
leeif commented 5 years ago

It seems I should also update the travis dot file

VojtechVitek commented 5 years ago

Hi, thanks for your contribution. Could you please submit an issue instead and discuss new features before submitting Pull Requests?

leeif commented 5 years ago

Oh, sorry. I will submit the issue instead.