dotwaffle / rancid-git

DEPRECATED -- Strongly consider using the upstream, the version here is very out of date and a poor place to start from!
http://www.shrubbery.net/rancid/
Other
218 stars 92 forks source link

Added private keys and sync peer prompt handlers #46

Closed rvichery closed 9 years ago

rvichery commented 9 years ago

Hi,

I have modified bin/alogin to handle two scenarios

When issuing "/cfg/dump" on an Alteon OS device which contains private keys: Configuration# /cfg/dump Display private keys? [y/n]: y Enter passphrase: Reconfirm passphrase:

When issuing "exit" on an Alteon OS device that has sync peer configured: Main# exit

Sync peer 'XXX.XXX.XXX.XXX' is enabled Do you want to sync the configuration to Peer now? Confirm Sync to Peer [y/n]:

dotwaffle commented 9 years ago

Excellent work, thanks. Would suggest submitting upstream too -- as eventually I'm hoping to retire this project now that git is available upstream.

Cheers!