summaryrefslogtreecommitdiff
path: root/scripts/vyatta-commit-push.pl
AgeCommit message (Collapse)Author
2015-08-12vyatta-config-mgmt: config archive fails on unknown ssh host keyAlex Harpin
If the remote host configured for commit-archive hasn't been connected to before then it's host key is missing in known_hosts. If this is the case, then prompt the user to confirm the hosts authenticity after presenting them with the host keys fingerprint, inserting it into known_hosts and continuing with the archive if it's correct. Bug #517 http://bugzilla.vyos.net/show_bug.cgi?id=517
2010-12-22Rename 'remote-archive commit-uri' to 'commit-archive location' per design ↵Stig Thormodsrud
spec review comments.
2010-12-03Change 'config-mgmt' to 'config-management' to appease support.Stig Thormodsrud
2010-11-20Revert usage of libwww-curl-perl since it doesn't support scp.Stig Thormodsrud
2010-11-07Append hostname on config.boot file for commit-uri.Stig Thormodsrud
2010-11-05Fixes for config-mgmt.Stig Thormodsrud
- fix permission problems - remove link on disable of commit-revisions. - don't push if file hasn't changed or on boot - save a baseline config when 1st starting the feature.
2010-11-02Convert perl system call to use WWW::Curl moduleStig Thormodsrud
2010-10-28Move commit-uri under remote-archive.Stig Thormodsrud
2010-10-26Create vyatta-config-mgmt repo.debian/0.1Stig Thormodsrud