Skip to content

Commit 22dbf7c

Browse files
committed
multi-factor-authentication.sh: Remove debug output
1 parent 90416b8 commit 22dbf7c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

bin/ncp/SECURITY/multi-factor-authentication.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,6 @@ configure() {
206206
"$(unescape "$SSH_PUBLIC_KEY_3")" \
207207
"$(unescape "$SSH_PUBLIC_KEY_4")" \
208208
"$(unescape "$SSH_PUBLIC_KEY_5")")
209-
echo "SSH PUBKEYS:"
210-
echo "${ssh_pubkeys[*]}"
211209

212210
trap 'restore' HUP INT QUIT PIPE TERM
213211

0 commit comments

Comments
 (0)