From e5cf5827b5cc9498df89df56afe4537ac5d3c9f7 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 11 Oct 2014 16:14:07 +0200 Subject: add ssh-hostkeys Signed-off-by: Florian Pritz --- ssh-hostkeys | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 ssh-hostkeys (limited to 'ssh-hostkeys') diff --git a/ssh-hostkeys b/ssh-hostkeys new file mode 100755 index 0000000..1cd2bdf --- /dev/null +++ b/ssh-hostkeys @@ -0,0 +1,5 @@ +#!/bin/bash + +for file in /etc/ssh/ssh_host_*.pub; do + ssh-keygen -l -f $file +done -- cgit v1.2.3-24-g4f1b