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
Created attachment 255913 [details] New port, security/py-openssh-wrapper
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(+)
Committe, thanks!