Closed dmccaffery closed 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.
Resolved by https://github.com/pulsebridge/uber/commit/ea3846ee58626b73766185d34cffa0671ff9beb9 which no longer uses .ssh folder.
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.