diff options
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 ) |