From a8717f9bf5dbc9b102d872678f4e5d3d2790a408 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 20 Apr 2022 14:14:15 +0200 Subject: manage wesher key with pass --- sshtool | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'sshtool') diff --git a/sshtool b/sshtool index b5de384..1396c87 100755 --- a/sshtool +++ b/sshtool @@ -81,6 +81,19 @@ chmod 0600 $TO EOF } +function write_pass { + local PASSKEY=$1 + local TO=$2 + cat < /dev/null +$(pass $PASSKEY | base64) +EOG +chown root:root $TO +chmod 0600 $TO +EOF +} + for NIXHOST in $NIXHOSTLIST; do NIXHOST=${NIXHOST%.*} -- cgit v1.2.3