notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
py-openssh-wrapper OpenSSH python wrapper
0.4 securitynew! on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: einar@isnic.is search for ports maintained by this maintainer
Port Added: 2024-12-17 13:51:04
Last Update: 2024-12-17 13:47:55
Commit Hash: b01118e
Also Listed In: python
License: BSD3CLAUSE
WWW:
https://github.com/NetAngels/openssh-wrapper
Description:
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}openssh-wrapper>0:security/py-openssh-wrapper@${PY_FLAVOR}
To install the port:
cd /usr/ports/security/py-openssh-wrapper/ && make install clean
To add the package, run one of these commands:
  • pkg install security/py-openssh-wrapper
  • pkg install py311-openssh-wrapper
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py311-openssh-wrapper listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-openssh-wrapper
Package flavors (<flavor>: <package>)
  • py311: py311-openssh-wrapper
distinfo:
TIMESTAMP = 1734355475 SHA256 (openssh-wrapper-0.4.tar.gz) = 93e5533b4961cf44f9ab53253fd130e5b7bf7fc324c2a527d5df1eb8ab7618f3 SIZE (openssh-wrapper-0.4.tar.gz) = 7188

Packages (timestamps in pop-ups are UTC):
py311-openssh-wrapper
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.40.4-0.40.4---
FreeBSD:13:quarterly0.40.4-0.40.4---
FreeBSD:14:latest0.40.4-0.40.4---
FreeBSD:14:quarterly0.40.4-0.40.4---
FreeBSD:15:latest0.40.4n/a0.4n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>0 : devel/py-setuptools@py311
  2. py311-wheel>0 : devel/py-wheel@py311
  3. python3.11 : lang/python311
  4. py311-build>=0 : devel/py-build@py311
  5. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-cryptography>=42.0.8,1 : security/py-cryptography@py311
  2. python3.11 : lang/python311
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
security_py-openssh-wrapper
USES:
cpe python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/o/openssh-wrapper/
  2. https://pypi.org/packages/source/o/openssh-wrapper/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.4
17 Dec 2024 13:47:55
commit hash: b01118ef671fd9b61e8a05c7621b67433b491c6acommit hash: b01118ef671fd9b61e8a05c7621b67433b491c6acommit hash: b01118ef671fd9b61e8a05c7621b67433b491c6acommit hash: b01118ef671fd9b61e8a05c7621b67433b491c6a files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
Author: Einar Bjarni Halldórsson
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

Number of commits found: 1