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

Fix of ssh-add bash snippet #119

Closed SenseException closed 6 years ago

SenseException commented 7 years ago

ssh-add doesn't have an uppercase K as option. It needs to be a lowercase k.

This needs to be checked, so in case there are differences between ssh-add versions or distributions. It is a lowercase k on Ubuntu 14.04.

SenseException commented 6 years ago

Do you prefer a description for different systems or only one that fits for many (unix like ones)? Can Sup get the key in form of a path option instead of relying on ssh-add?

VojtechVitek commented 6 years ago

Imho we can just drop the -k or -K option from the README docs.

VojtechVitek commented 6 years ago

Thanks for your contribution!