From ad09d521243d9275d2af99b5aa5b67b9f79d3a77 Mon Sep 17 00:00:00 2001 From: makefu Date: Fri, 7 Dec 2012 22:34:39 +0100 Subject: write_channel.py rewritten to announce_pubkey announce_pubkey is a shell-only implementation of the now obsolete write_channel script to announce a hosts public key the only dependency of this script is telnet, haven't seen a system without it for a while now --- retiolum/bin/announce_pubkey | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 retiolum/bin/announce_pubkey (limited to 'retiolum/bin') diff --git a/retiolum/bin/announce_pubkey b/retiolum/bin/announce_pubkey new file mode 100644 index 00000000..ce5aed19 --- /dev/null +++ b/retiolum/bin/announce_pubkey @@ -0,0 +1,35 @@ +#!/bin/sh +set -euf +HOST="${1:-}" + +usage (){ +cat < Date: Fri, 7 Dec 2012 22:48:51 +0100 Subject: chmod +x annouce_pubkey --- retiolum/bin/announce_pubkey | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 retiolum/bin/announce_pubkey (limited to 'retiolum/bin') diff --git a/retiolum/bin/announce_pubkey b/retiolum/bin/announce_pubkey old mode 100644 new mode 100755 -- cgit v1.2.3