Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Feb 2023 23:38:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 265835] [NEW PORT] security/py-ssh-import-id: Authorize SSH public keys from trusted online identities
Message-ID:  <bug-265835-21822-zdKBYUv7gJ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-265835-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-265835-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265835

--- Comment #10 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3Dd24b8053f7906b948f5bf28aa9816cc=
bfde1b469

commit d24b8053f7906b948f5bf28aa9816ccbfde1b469
Author:     Seyed Pouria Mousavizadeh Tehrani <p.mousavizadeh@protonmail.co=
m>
AuthorDate: 2023-02-16 21:06:31 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-02-20 23:36:35 +0000

    security/ssh-import-id: new port

    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 to 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

    Submitter is first time maintainer.

    PR:             265835
    Approved by:    flo (mentor)
    Differential Revision: https://reviews.freebsd.org/D38681

 security/Makefile                      |  1 +
 security/ssh-import-id/Makefile (new)  | 20 ++++++++++++++++++++
 security/ssh-import-id/distinfo (new)  |  3 +++
 security/ssh-import-id/pkg-descr (new) | 13 +++++++++++++
 4 files changed, 37 insertions(+)

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-265835-21822-zdKBYUv7gJ>