ssh: format ntfy-ssh-login.sh message

This commit is contained in:
Tigor Hutasuhut 2024-10-11 10:36:59 +07:00
parent 4ff756fbea
commit 5353f725a9

View file

@ -47,7 +47,8 @@ lib.mkMerge [
-H "X-Priority: 4" \
-H "X-Tags: warning" \
-H "Authorization: Bearer ${config.sops.placeholder."ntfy/tokens/homeserver"}" \
-d "SSH login: $PAM_USER from $PAM_RHOST" \
-H "X-Title: SSH login" \
-d "$PAM_USER from $PAM_RHOST" \
https://ntfy.tigor.web.id/ssh
fi
''));