Actions
Bug #107
closedneed multiple SSH key support
Start date:
2010-08-28
Due date:
2010-10-19
% Done:
100%
Estimated time:
1.00 h
Difficulty:
Tags:
Description
Some people (me) have more than one SSH key that they use from different systems. It would be nice to have support for more than one SSH key per developer.
Related issues
Updated by Sergey Generalov over 11 years ago
- Due date set to 2010-10-19
- Status changed from New to Resolved
- % Done changed from 0 to 100
- Estimated time set to 1.00 h
Done. All developers can use multiple SSH key now.
For that, they need insert empty line after a each ssh-key (empty string is not needed for last the ssh-key).
For example:
ssh-rsa AAAAB3NzaC1yc2E...== sergey@hostname ssh-rsa AAAAB3NzaC1y...== sergey@hostname2
Actions