From 26370d8683075e88e52f2fd9faa099572e941ebd Mon Sep 17 00:00:00 2001 From: steering7253 Date: Wed, 8 Apr 2026 18:51:17 +0000 Subject: add birdc command --- authorized_keys.sh | 1 + autopeer_shell.py | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/authorized_keys.sh b/authorized_keys.sh index 1ee9f73..f64fc72 100755 --- a/authorized_keys.sh +++ b/authorized_keys.sh @@ -10,6 +10,7 @@ if [ "$1" = "new" ]; then if user="$(grep -l -s -r -P '^\s*auth:\s*\Q'"$type"'\E\s+\Q'"$key"'\E$' /opt/autopeer/dn42-registry/data/mntner/ | perl -ne 's@^.*/@@; s@-MNT$@@; print lc;' | head -1)"; then perl -ne 'print if s@^\s*auth:\s*ssh-@restrict,pty ssh-@'