From 37b2b8ac141b664344365678b1606232cad3af25 Mon Sep 17 00:00:00 2001 Message-Id: <37b2b8ac141b664344365678b1606232cad3af25.1715721898.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sat, 29 Jun 2013 17:28:02 +0100 Subject: [PATCH] debian/udpkey.keyscript: Don't send network setup chatter as key. Organization: Straylight/Edgeware From: Mark Wooding This was why we needed two goes at fetching the key. --- debian/udpkey.keyscript | 2 +- udpkey.1 | 8 +------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/debian/udpkey.keyscript b/debian/udpkey.keyscript index bdc48a3..8ac7ae6 100755 --- a/debian/udpkey.keyscript +++ b/debian/udpkey.keyscript @@ -43,7 +43,7 @@ fi if [ -f /scripts/functions ]; then . /scripts/functions configure_networking -fi +fi >&2 ## Build a command line. cmd="/usr/bin/udpkey -k/etc/udpkey/keyring" diff --git a/udpkey.1 b/udpkey.1 index eee03dc..c489c89 100644 --- a/udpkey.1 +++ b/udpkey.1 @@ -364,13 +364,7 @@ captured response. Periodically rekeying the random number generator when high-quality entropy is available \(en serves to limit the exposure to responses captured since the last rekeying. .SH BUGS -For some mysterious reason, -.BR cryptsetup (8) -initially rejects a key from -.BR udpkey ; -but when the relevant -.B initramfs -script retries, everything works. I'm not sure what's going on here. +None known. .SH SEE ALSO .BR key (1), .BR crypttab (5), -- [mdw]