diff options
author | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2016-07-03 11:10:51 -0400 |
---|---|---|
committer | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2016-07-03 11:10:51 -0400 |
commit | 0f94d841cc2c1be57c16b08e3393820c99c09fe8 (patch) | |
tree | 02cd36ddf3f923f8adb674813ba06f7be221c4c1 /bin/kj-sync-keys.sh | |
parent | c800c122a1405ad89ce874d03ea305438bc227e3 (diff) | |
parent | 26e338a9aed83229eb0e18cc597d51f09dd07cf3 (diff) |
Merge branch 'master' of sabaki.kk.orbekk.com:/storage/projects/dotfiles
Diffstat (limited to 'bin/kj-sync-keys.sh')
-rwxr-xr-x | bin/kj-sync-keys.sh | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/bin/kj-sync-keys.sh b/bin/kj-sync-keys.sh index 1a3c455..64c3ca9 100755 --- a/bin/kj-sync-keys.sh +++ b/bin/kj-sync-keys.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # This script syncs authorized keys (found in the $authorized_keys_file below) # to a list of remote hosts. It does not touch existing keys unless overwrite @@ -12,9 +12,8 @@ declare -r tmpdir=$(mktemp -d /tmp/kj_sync_authorized_keys.XXXXX) targets=( root@orbekk.osl.trygveandre.net - tesuji.6.orbekk.com - sabaki.6.orbekk.com - dragon.6.orbekk.com + sabaki.kk.orbekk.com + dragon.kk.orbekk.com login.pvv.ntnu.no gote.orbekk.com ) |