automotiveMastermind / prompt

A spectacular prompt for *nix distributions.
MIT License
10 stars 6 forks source link

feat(ssh): restore authorized_hosts and ssh keys within install #4

Closed dmccaffery closed 8 years ago

dmccaffery commented 8 years ago

Right now the uber install script does the following:

1) backs up ~/.ssh 2) removes ~/.ssh 3) installs uber to ~/.ssh

If other items (such as authorized_hosts or rsa_id) are present, they will be removed and must manually be restored from the backup.

We should leave any user files intact, or restore them automatically.

dmccaffery commented 8 years ago

Resolved by https://github.com/pulsebridge/uber/commit/ea3846ee58626b73766185d34cffa0671ff9beb9 which no longer uses .ssh folder.