Bug 283381 - [NEW PORT] security/py-openssh-wrapper: OpenSSH python wrapper
Summary: [NEW PORT] security/py-openssh-wrapper: OpenSSH python wrapper
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Nuno Teixeira
URL: https://github.com/NetAngels/openssh-...
Keywords:
Depends on:
Blocks: 283360
  Show dependency treegraph
 
Reported: 2024-12-17 12:39 UTC by Einar Bjarni Halldórsson
Modified: 2024-12-17 13:54 UTC (History)
1 user (show)

See Also:


Attachments
New port, security/py-openssh-wrapper (2.95 KB, patch)
2024-12-17 12:41 UTC, Einar Bjarni Halldórsson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Einar Bjarni Halldórsson 2024-12-17 12:39:47 UTC
Under some circumstances simple wrapper around OpenSSH ssh command-line utility seems more preferable than paramiko machinery.

This project proposes yet another hopefully thin wrapper around ssh to execute commands on remote servers. All you need thereis to make sure that OpenSSH client and Python interpreter are installed, and then install openssh-wrapper package.

This port is a needed dependency to run tests on devel/py-proxmoxer
Comment 1 Einar Bjarni Halldórsson 2024-12-17 12:41:09 UTC
Created attachment 255913 [details]
New port, security/py-openssh-wrapper
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-12-17 13:50:37 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b01118ef671fd9b61e8a05c7621b67433b491c6a

commit b01118ef671fd9b61e8a05c7621b67433b491c6a
Author:     Einar Bjarni Halldórsson <einar@isnic.is>
AuthorDate: 2024-12-17 13:33:01 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-12-17 13:47:55 +0000

    security/py-openssh-wrapper: New port: OpenSSH python wrapper

    - Submitter becomes maintainer

    Under some circumstances simple wrapper around OpenSSH ssh command-line
    utility seems more preferable than paramiko machinery.

    This project proposes yet another hopefully thin wrapper around ssh to
    execute commands on remote servers. All you need thereis to make sure that
    OpenSSH client and Python interpreter are installed, and then install
    openssh-wrapper package.

    WWW: https://github.com/NetAngels/openssh-wrapper

    This port is a needed dependency to run tests on devel/py-proxmoxer

    PR:             283381

 security/Makefile                           |  1 +
 security/py-openssh-wrapper/Makefile (new)  | 21 +++++++++++++++++++++
 security/py-openssh-wrapper/distinfo (new)  |  3 +++
 security/py-openssh-wrapper/pkg-descr (new) |  7 +++++++
 4 files changed, 32 insertions(+)
Comment 3 Nuno Teixeira freebsd_committer freebsd_triage 2024-12-17 13:54:08 UTC
Committe, thanks!