diff options
author | Ole Mathias Heggem <olemathias.aa.heggem@gmail.com> | 2023-01-21 19:07:38 +0100 |
---|---|---|
committer | Ole Mathias Heggem <olemathias.aa.heggem@gmail.com> | 2023-01-21 19:07:38 +0100 |
commit | 709c78569b26677624e60588fa1166dc659ac93c (patch) | |
tree | 2bd5555af31b637d03693b8563fb24b41bf1f22b /bootstrap/init-sshkeys.sh | |
parent | f5da0d943401e527f5162e9c6344deb65b19b045 (diff) |
chore: cleanup repo
Diffstat (limited to 'bootstrap/init-sshkeys.sh')
-rwxr-xr-x | bootstrap/init-sshkeys.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/bootstrap/init-sshkeys.sh b/bootstrap/init-sshkeys.sh deleted file mode 100755 index 9427bad..0000000 --- a/bootstrap/init-sshkeys.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -set -e - -source include/tgmanage.cfg.sh -if [ -z ${PRIMARY} ] -then - echo "Not configured!"; - exit 1; -fi; - -ssh-keygen -P '' -f ~/.ssh/id_rsa -b 2048 -ssh-copy-id root@${PRIMARY} -ssh-copy-id root@${SECONDARY} |