We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 859dec3 commit 80947c3Copy full SHA for 80947c3
share/github-backup-utils/ghe-detect-leaked-ssh-keys
@@ -78,11 +78,7 @@ for tar_file in $ssh_tars; do
78
if $(tar -tvf "$tar_file" $key &>/dev/null); then
79
tar -C $TEMPDIR -xvf "$tar_file" $key &>/dev/null
80
if $sshkeygen_multiple_hash_formats; then
81
-<<<<<<< HEAD
82
- fingerprint=$(ssh-keygen -l -E md5 -f $TEMPDIR/$key | cut -d ' ' -f 2 | cut -f 2- -d ':')
83
-=======
84
fingerprint=$(ssh-keygen -l -E md5 -f $TEMPDIR/$key | cut -d ' ' -f 2 | cut -f2- -d':')
85
->>>>>>> a3fac8e... add support for macOS Sierra ssh-keygen
86
else
87
fingerprint=$(ssh-keygen -lf $TEMPDIR/$key | cut -d ' ' -f 2)
88
fi
0 commit comments