From f81d8c68ba20100c13859ed522c41bed4f27d88b Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Mon, 28 Mar 2016 01:07:44 +0300 Subject: gencerts.sh: typo --- certs/gencerts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'certs') diff --git a/certs/gencerts.sh b/certs/gencerts.sh index 9c25f6c..ac28eeb 100755 --- a/certs/gencerts.sh +++ b/certs/gencerts.sh @@ -36,7 +36,7 @@ x509fpr() { sshfpr() { local msg="$1" host t h fpr host="${msg%%,*}"; host="${host%% *}"; host="${host#*@}"; host="${host#\`}"; host="${host%\`}" - [ "$typ" = mdwn ] && { echo; echo " $msg"; echo; } || { echo " $msg" | tr -d '`'; } + [ "$typ" = mdwn ] && { echo; echo " $msg"; echo; } || { echo " $msg" | tr -d '`'; } [ "${host#*:}" != 22 ] || host="${host%%:*}" for h in MD5 SHA256; do ssh-keygen -E "$h" -f "$DIR/../ssh_known_hosts" -lF "${host#*@}" -- cgit v1.2.3