From: Mark Wooding Date: Sat, 29 Jun 2013 16:28:02 +0000 (+0100) Subject: debian/udpkey.keyscript: Don't send network setup chatter as key. X-Git-Tag: 1.0.1~1 X-Git-Url: https://git.distorted.org.uk/~mdw/udpkey/commitdiff_plain/37b2b8ac141b664344365678b1606232cad3af25 debian/udpkey.keyscript: Don't send network setup chatter as key. This was why we needed two goes at fetching the key. --- 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),