aboutsummaryrefslogtreecommitdiff
path: root/sshtool
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-12-22 23:59:51 +0100
committerAlex Auvolat <alex@adnab.me>2022-12-22 23:59:51 +0100
commit94a9c8afa8471cbb328262e6385fbda3383f7dde (patch)
treedc1923fde8d772abf7dd28ebf0d38288d24e224d /sshtool
parent0e1574a82b7067910d5403cfd46e94bcf929327a (diff)
downloadnixcfg-94a9c8afa8471cbb328262e6385fbda3383f7dde.tar.gz
nixcfg-94a9c8afa8471cbb328262e6385fbda3383f7dde.zip
security for deployment on prod
Diffstat (limited to 'sshtool')
-rwxr-xr-xsshtool4
1 files changed, 3 insertions, 1 deletions
diff --git a/sshtool b/sshtool
index ffe1e4e..8719ffa 100755
--- a/sshtool
+++ b/sshtool
@@ -45,7 +45,9 @@ function footer {
}
function message {
- echo "echo '$@'"
+ echo "base64 -d <<EOG"
+ echo "$@" | base64
+ echo "EOG"
}
function cmd {