chrisputnam9 / pssh

PHP SSH Sync and Miscellaneous Fun
MIT License
3 stars 2 forks source link

Support multiple aliases for same credentials #43

Open ghost opened 2 years ago

ghost commented 2 years ago

During pssh add, provide a way to add multiple aliases for the same record (eg. define a delimiter, repeatedly loop asking if there are more aliases to add, etc.)

chrisputnam9 commented 1 year ago

Support for adding more aliases while editing is in https://github.com/chrisputnam9/pssh/tree/feature-sprint-2.5

I decided against putting in the 'add' prompt for now, but maybe later.