summary refs log tree commit diff
path: root/snippets/sh/ssh-check-fingerprint.sh
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2017-01-27 13:39:54 -0800
committerFranck Cuny <franck.cuny@gmail.com>2017-01-27 13:39:54 -0800
commit9a5d1b0956c5b86984d519028269cf128caf2908 (patch)
tree2b723642d3a56e1c43416011a8559173d6a84b07 /snippets/sh/ssh-check-fingerprint.sh
parent[README] Convert README from md to org. (diff)
downloademacs.d-9a5d1b0956c5b86984d519028269cf128caf2908.tar.gz
[snippets] I won't manage them that way.
Diffstat (limited to 'snippets/sh/ssh-check-fingerprint.sh')
-rwxr-xr-xsnippets/sh/ssh-check-fingerprint.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/snippets/sh/ssh-check-fingerprint.sh b/snippets/sh/ssh-check-fingerprint.sh
deleted file mode 100755
index 517fb5b..0000000
--- a/snippets/sh/ssh-check-fingerprint.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-
-KEY=${1:-$HOME/.ssh/id_rsa.pub}
-ssh-keygen -lf "${KEY}"