savannah-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-cvs] Rev 233: Script to sync authorized_keys in sftp://address


From: root
Subject: [Savannah-cvs] Rev 233: Script to sync authorized_keys in sftp://address@hidden/srv/bzr/administration/
Date: Wed, 13 Jan 2010 10:31:52 -0500

At sftp://address@hidden/srv/bzr/administration/

------------------------------------------------------------
revno: 233
revision-id: address@hidden
parent: address@hidden
committer: root <address@hidden>
branch nick: infra
timestamp: Wed 2010-01-13 10:31:51 -0500
message:
  Script to sync authorized_keys
added:
  authorized_keys_replicate.sh   
authorized_keys_repl-20100113153133-nil7nw8l3qivargx-1
=== added file 'authorized_keys_replicate.sh'
--- a/authorized_keys_replicate.sh      1970-01-01 00:00:00 +0000
+++ b/authorized_keys_replicate.sh      2010-01-13 15:31:51 +0000
@@ -0,0 +1,8 @@
+#!/bin/bash -ex
+# Copy Dom0's keys to the Xen instances
+scp -pr ~root/.ssh/authorized_keys address@hidden:.ssh/
+scp -pr ~root/.ssh/authorized_keys address@hidden:.ssh/
+scp -pr ~root/.ssh/authorized_keys address@hidden:.ssh/
+scp -pr ~root/.ssh/authorized_keys address@hidden:.ssh/
+scp -pr ~root/.ssh/authorized_keys address@hidden:/etc/ssh/authorized_keys/root
+scp -pr ~root/.ssh/authorized_keys address@hidden:/etc/ssh/authorized_keys/root





reply via email to

[Prev in Thread] Current Thread [Next in Thread]