Files
ssh-import-id/ssh-import-id-remove-shebang.patch

11 lines
347 B
Diff

Index: ssh_import_id/__init__.py
===================================================================
--- ssh_import_id/__init__.py
+++ ssh_import_id/__init__.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python3
-#
# ssh-import-id - Authorize SSH public keys from trusted online identities
#
# Copyright (c) 2013 Casey Marshall <casey.marshall@gmail.com>