From 109fc110c14e12405347701a960c883984ddbb71 Mon Sep 17 00:00:00 2001 From: neingeist Date: Fri, 6 Jan 2023 13:19:29 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20ssh=5Fknown=5Fdupes:=20use=20pyt?= =?UTF-8?q?hon3=20interpreter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ssh_known_dupes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh_known_dupes b/ssh_known_dupes index 7602c24..6ad959f 100755 --- a/ssh_known_dupes +++ b/ssh_known_dupes @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # Find duplicate keys in ~/.ssh/known_hosts # # Of course, we should have been more careful in the first place :)