Author: Seyed Pouria Mousavizadeh Tehrani Date: Sun Aug 14 17:53:29 2022 +0430 Create ssh-import-id port diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..e189014 --- /dev/null +++ b/Makefile @@ -0,0 +1,18 @@ +PORTNAME= ssh-import-id +DISTVERSION= 5.11 +CATEGORIES= security python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= p.mousavizadeh@protonmail.com +COMMENT= Authorize SSH public keys from trusted online identities + +LICENSE= GPLv3 + +USES= python:3.9 +USE_PYTHON= autoplist distutils + +PLIST_FILES= bin/ssh-import-id-gh \ + bin/ssh-import-id-lp + +.include diff --git a/distinfo b/distinfo new file mode 100644 index 0000000..865682c --- /dev/null +++ b/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1660480546 +SHA256 (ssh-import-id-5.11.tar.gz) = 2a976fefcbd97afa16c32a4c24f0ae5bb979e684c4ad0e23a8afb697dfa994c0 +SIZE (ssh-import-id-5.11.tar.gz) = 7051 diff --git a/pkg-descr b/pkg-descr new file mode 100644 index 0000000..a1ad240 --- /dev/null +++ b/pkg-descr @@ -0,0 +1,9 @@ +You're logged onto a cloud instance working on a problem with your fellow devs, and you want to invite them to log in and take a look at these crazy log messages. What do? + +Oh. You have to ask them to cat their public SSH key, paste it into IRC (wait, no, it's id\_rsa.pub, not id\_rsa silly!) then you copy it and cat it to the end of authorized\_hosts. + +That's where ssh-import-id comes in. With ssh-import-id, you can add the public SSH keys from a known, trusted online identity to grant SSH access. + +Currently supported identities include Github and Launchpad. + +WWW: https://git.launchpad.net/ssh-import-id