_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.

API method:

GET /api/packages?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


clustershell 1.9.3
Dependencies: openssh@10.3p1
Propagated dependencies: python-pyyaml@6.0.2
Channel: guix
Location: gnu/packages/ssh.scm (gnu packages ssh)
Home page: https://cea-hpc.github.io/clustershell/
Licenses: LGPL 2.1+
Build system: pyproject
Synopsis: Scalable event-driven Python framework for cluster administration
Description:

ClusterShell is an event-driven Python framework, designed to run local or distant commands in parallel on server farms or on large GNU/Linux clusters. It will take care of common issues encountered on HPC clusters, such as operating on groups of nodes, running distributed commands using optimized execution algorithms, as well as gathering results and merging identical outputs, or retrieving return codes. ClusterShell takes advantage of existing remote shell facilities such as SSH.

hpn-ssh-sans-x 18.9.0
Dependencies: libedit@20191231-3.1 openssl@3.5.5 mit-krb5@1.21 zlib@1.3.1 linux-pam@1.5.2 libfido2@1.16.0
Channel: guix
Location: gnu/packages/ssh.scm (gnu packages ssh)
Home page: https://hpnssh.org/
Licenses: non-copyleft
Build system: gnu
Synopsis: High performance SSH/SCP client, and server without X11 support
Description:

HPN-SSH is a series of modifications to OpenSSH, the predominant implementation of the ssh protocol. It was originally developed to address performance issues when using ssh on high speed long distance networks.

guile-ssh 1.0.0
Dependencies: guile@3.0.9 libssh@0.12.0 libgcrypt@1.11.0
Channel: guix
Location: gnu/packages/ssh.scm (gnu packages ssh)
Home page: https://github.com/artyom-poptsov/guile-ssh
Licenses: GPL 3+
Build system: gnu
Synopsis: Guile bindings to libssh
Description:

Guile-SSH is a library that provides access to the SSH protocol for programs written in GNU Guile interpreter. It is a wrapper to the underlying libssh library.

webssh 1.6.3
Propagated dependencies: python-paramiko@4.0.0 python-tornado@6.4.2
Channel: guix
Location: gnu/packages/ssh.scm (gnu packages ssh)
Home page: https://webssh.huashengdun.org/
Licenses: Expat
Build system: pyproject
Synopsis: Web application to be used as an SSH client
Description:

This package provides a web application to be used as an SSH client.

Features:

  • SSH password authentication supported, including empty password.

  • SSH public-key authentication supported, including DSA RSA ECDSA Ed25519 keys.

  • Encrypted keys supported.

  • Two-Factor Authentication (time-based one-time password) supported.

  • Fullscreen terminal supported.

  • Terminal window resizable.

  • Auto detect the ssh server's default encoding.

  • Modern browsers are supported.

libssh 0.12.0
Dependencies: bash-minimal@5.2.37 libsodium@1.0.22 mit-krb5@1.21 openssl@3.5.5 zlib@1.3.1
Channel: guix
Location: gnu/packages/ssh.scm (gnu packages ssh)
Home page: https://www.libssh.org
Licenses: LGPL 2.1+
Build system: cmake
Synopsis: SSH client library
Description:

libssh is a C library implementing the SSHv2 and SSHv1 protocol for client and server implementations. With libssh, you can remotely execute programs, transfer files, and use a secure and transparent tunnel for your remote applications.

guile2.2-ssh 1.0.0
Dependencies: guile@2.2.7 libssh@0.12.0 libgcrypt@1.11.0
Channel: guix
Location: gnu/packages/ssh.scm (gnu packages ssh)
Home page: https://github.com/artyom-poptsov/guile-ssh
Licenses: GPL 3+
Build system: gnu
Synopsis: Guile bindings to libssh
Description:

Guile-SSH is a library that provides access to the SSH protocol for programs written in GNU Guile interpreter. It is a wrapper to the underlying libssh library.

liboop 1.0.1
Channel: guix
Location: gnu/packages/ssh.scm (gnu packages ssh)
Home page: https://www.lysator.liu.se/liboop/
Licenses: LGPL 2.1+
Build system: gnu
Synopsis: Event loop library
Description:

Liboop is a low-level event loop management library for POSIX-based operating systems. It supports the development of modular, multiplexed applications which may respond to events from several sources. It replaces the "select() loop" and allows the registration of event handlers for file and network I/O, timers and signals. Since processes use these mechanisms for almost all external communication, liboop can be used as the basis for almost any application.

libssh2 1.11.1
Propagated dependencies: openssl@3.5.5 zlib@1.3.1
Channel: guix
Location: gnu/packages/ssh.scm (gnu packages ssh)
Home page: https://www.libssh2.org/
Licenses: Modified BSD
Build system: gnu
Synopsis: Client-side C library implementing the SSH2 protocol
Description:

libssh2 is a library intended to allow software developers access to the SSH-2 protocol in an easy-to-use self-contained package. It can be built into an application to perform many different tasks when communicating with a server that supports the SSH-2 protocol.

pdsh 2.35
Dependencies: openssh@10.3p1 mit-krb5@1.21 perl@5.36.0
Channel: guix
Location: gnu/packages/ssh.scm (gnu packages ssh)
Home page: https://github.com/chaos/pdsh
Licenses: GPL 2+
Build system: gnu
Synopsis: Parallel distributed shell
Description:

Pdsh is a an efficient, multithreaded remote shell client which executes commands on multiple remote hosts in parallel. Pdsh implements dynamically loadable modules for extended functionality such as new remote shell services and remote host selection.

python-sshfs 2025.11.0
Propagated dependencies: python-asyncssh@2.22.0 python-bcrypt@3.2.2 python-fsspec@2026.1.0
Channel: guix
Location: gnu/packages/ssh.scm (gnu packages ssh)
Home page: https://github.com/fsspec/sshfs
Licenses: ASL 2.0
Build system: pyproject
Synopsis: SSH/SFTP implementation for fsspec
Description:

This package provides an implementation of fsspec for the SFTP protocol using asyncssh, with the following features:

  • A complete implementation of the fsspec protocol through SFTP

  • Supports features outside of the SFTP

  • Quite fast

  • Builtin Channel Management

  • Async

hpn-ssh 18.9.0
Dependencies: libedit@20191231-3.1 openssl@3.5.5 mit-krb5@1.21 zlib@1.3.1 xauth@1.1.3 linux-pam@1.5.2 libfido2@1.16.0
Channel: guix
Location: gnu/packages/ssh.scm (gnu packages ssh)
Home page: https://hpnssh.org/
Licenses: non-copyleft
Build system: gnu
Synopsis: High performance SSH/SCP client, and server
Description:

HPN-SSH is a series of modifications to OpenSSH, the predominant implementation of the ssh protocol. It was originally developed to address performance issues when using ssh on high speed long distance networks.

dropbear 2025.89
Dependencies: libtomcrypt@1.18.2 libtommath@1.3.0 libxcrypt@4.4.38 zlib@1.3.1
Channel: guix
Location: gnu/packages/ssh.scm (gnu packages ssh)
Home page: https://matt.ucc.asn.au/dropbear/dropbear.html
Licenses: X11-style
Build system: gnu
Synopsis: Small SSH server and client
Description:

Dropbear is a relatively small SSH server and client. It runs on a variety of POSIX-based platforms. Dropbear is particularly useful for embedded systems, such as wireless routers.

endlessh 1.1
Channel: guix
Location: gnu/packages/ssh.scm (gnu packages ssh)
Home page: https://github.com/skeeto/endlessh
Licenses: Unlicense
Build system: gnu
Synopsis: SSH tarpit that slowly sends an endless banner
Description:

Endlessh is an SSH tarpit that very slowly sends an endless, random SSH banner. It keeps SSH clients locked up for hours or even days at a time. The purpose is to put your real SSH server on another port and then let the script kiddies get stuck in this tarpit instead of bothering a real server.

Since the tarpit is in the banner before any cryptographic exchange occurs, this program doesn't depend on any cryptographic libraries. It's a simple, single-threaded, standalone C program. It uses poll() to trap multiple clients at a time.

openssh 10.3p1
Dependencies: libedit@20191231-3.1 openssl@3.5.5 mit-krb5@1.21 zlib@1.3.1 xauth@1.1.3 linux-pam@1.5.2 libfido2@1.16.0
Channel: guix
Location: gnu/packages/ssh.scm (gnu packages ssh)
Home page: https://www.openssh.com/
Licenses: non-copyleft
Build system: gnu
Synopsis: Client and server for the secure shell (ssh) protocol
Description:

The SSH2 protocol implemented in OpenSSH is standardised by the IETF secsh working group and is specified in several RFCs and drafts. It is composed of three layered components:

The transport layer provides algorithm negotiation and a key exchange. The key exchange includes server authentication and results in a cryptographically secured connection: it provides integrity, confidentiality and optional compression.

The user authentication layer uses the established connection and relies on the services provided by the transport layer. It provides several mechanisms for user authentication. These include traditional password authentication as well as public-key or host-based authentication mechanisms.

The connection layer multiplexes many different concurrent channels over the authenticated connection and allows tunneling of login sessions and TCP-forwarding. It provides a flow control service for these channels. Additionally, various channel-specific options can be negotiated.

python-mock-ssh-server 0.9.1
Propagated dependencies: python-paramiko@4.0.0
Channel: guix
Location: gnu/packages/ssh.scm (gnu packages ssh)
Home page: https://github.com/carletes/mock-ssh-server
Licenses: Expat
Build system: pyproject
Synopsis: Mock SSH server for testing purposes
Description:

mock-ssh-server packs a Python context manager that implements an SSH server for testing purposes. It is built on top of paramiko, so it does not need OpenSSH binaries to be installed.

ssh-tools 1.9
Channel: guix
Location: gnu/packages/ssh.scm (gnu packages ssh)
Home page: https://codeberg.org/vaporup/ssh-tools
Licenses: GPL 3
Build system: go
Synopsis: Miscellaneous SSH utilities
Description:

This package provides a suite of miscellaneous SSH-related utilities.

This package includes the following commands:

  • ssh-ping: Checks if a host is reachable using ssh_config.

  • ssh-last: Like last but for SSH sessions.

  • ssh-certinfo: Shows validity and information for SSH certificates.

  • ssh-force-password: Forces password authentication.

  • ssh-keyinfo: Prints keys in several formats.

  • ssh-hostkeys: Prints server host keys in several formats.

  • ssh-facts: Gets some facts about the remote system.

  • ssh-diff: Diffs a file over SSH.

  • ssh-version: Shows version of the SSH server you are connecting to.

  • ssh-pwd: Quickly echos path to use for scp or rsync.

  • ssh-authorized-keys: Collects info from authorized_keys files from every user it can find.

  • ssh-sig: Makes ssh-keygen -Y easier to use.

openssh-sans-x 10.3p1
Dependencies: libedit@20191231-3.1 openssl@3.5.5 mit-krb5@1.21 zlib@1.3.1 linux-pam@1.5.2 libfido2@1.16.0
Channel: guix
Location: gnu/packages/ssh.scm (gnu packages ssh)
Home page: https://www.openssh.com/
Licenses: non-copyleft
Build system: gnu
Synopsis: OpenSSH client and server without X11 support
Description:

The SSH2 protocol implemented in OpenSSH is standardised by the IETF secsh working group and is specified in several RFCs and drafts. It is composed of three layered components:

The transport layer provides algorithm negotiation and a key exchange. The key exchange includes server authentication and results in a cryptographically secured connection: it provides integrity, confidentiality and optional compression.

The user authentication layer uses the established connection and relies on the services provided by the transport layer. It provides several mechanisms for user authentication. These include traditional password authentication as well as public-key or host-based authentication mechanisms.

The connection layer multiplexes many different concurrent channels over the authenticated connection and allows tunneling of login sessions and TCP-forwarding. It provides a flow control service for these channels. Additionally, various channel-specific options can be negotiated.

python-asyncssh 2.22.0
Propagated dependencies: python-cryptography@44.0.0 python-pyopenssl@24.3.0 python-gssapi@1.10.0 python-bcrypt@3.2.2 python-typing-extensions@4.15.0
Channel: guix
Location: gnu/packages/ssh.scm (gnu packages ssh)
Home page: https://asyncssh.readthedocs.io/
Licenses: EPL 2.0
Build system: pyproject
Synopsis: Asynchronous SSHv2 client and server library for Python
Description:

AsyncSSH is a Python package which provides an asynchronous client and server implementation of the SSHv2 protocol on top of the Python 3.6+ asyncio framework.

sssd 2.13.0
Dependencies: adcli@0.9.2 bash-minimal@5.2.37 c-ares@1.34.4 curl@8.6.0 cyrus-sasl@2.1.28 dbus@1.16.2 ding-libs@0.6.2 glib@2.86.0 gnutls@3.8.9 http-parser@2.9.4-1.ec8b5ee bind@9.19.24 jansson@2.14 jose@11 keyutils@1.6.3 ldb@2.9.2 libcap@2.64 libnl@3.12.0 libselinux@3.4 libsemanage@3.4 libunistring@1.3 linux-pam@1.5.2 mit-krb5@1.21 nss@3.101.4 openldap@2.6.10 openssl@3.5.5 p11-kit@0.25.5 pcre2@10.42 popt@1.18 python@3.12.12 samba@4.18.1 talloc@2.4.2 tdb@1.4.12 tevent@0.16.1
Channel: guix
Location: gnu/packages/sssd.scm (gnu packages sssd)
Home page: https://pagure.io/SSSD/sssd/
Licenses: GPL 3+
Build system: gnu
Synopsis: System security services daemon
Description:

SSSD is a system daemon. Its primary function is to provide access to identity and authentication remote resource through a common framework that can provide caching and offline support to the system. It provides PAM and NSS modules, and in the future will support D-BUS based interfaces for extended user information. It also provides a better database to store local users as well as extended user data.

ding-libs 0.6.2
Channel: guix
Location: gnu/packages/sssd.scm (gnu packages sssd)
Home page: https://pagure.io/SSSD/ding-libs/
Licenses: LGPL 3+
Build system: gnu
Synopsis: Libraries for SSSD
Description:

DING-LIBS (DING Is Not Glib) are a set of small, useful libraries that the System Security Services Daemon (SSSD) uses and makes available to other projects. They include: libdhash, an implementation of a dynamic hash table which will dynamically resize to achieve optimal storage and access time properties; ini_config, a library for parsing and managing INI files; path_utils, a library to manage UNIX paths and subsets of paths; collection, a generic, hierarchical grouping mechanism for complex data sets; ref_array, a dynamically-growing, reference-counted array; libbasicobjects, a set of fundamental object types for C.

adcli 0.9.2
Dependencies: cyrus-sasl@2.1.28 mit-krb5@1.21 samba@4.18.1 openldap@2.6.10 zlib@1.3.1
Channel: guix
Location: gnu/packages/sssd.scm (gnu packages sssd)
Home page: https://gitlab.freedesktop.org/realmd/adcli/
Licenses: LGPL 2.1+
Build system: gnu
Synopsis: Helper library and tools for Active Directory client operations
Description:

adcli is a command‐line tool to join a computer to an Active Directory domain. It can also update the machine password and manage user, group and computer accounts for a domain.

python-diptest 0.11.0
Propagated dependencies: python-numpy@2.3.1 python-psutil@7.2.2
Channel: guix
Location: gnu/packages/statistics.scm (gnu packages statistics)
Home page: https://github.com/RUrlus/diptest
Licenses: GPL 2+ GPL 3
Build system: pyproject
Synopsis: Hartigan's diptest
Description:

This package provides a Python/C(++) implementation of Hartigan & Hartigan's dip test for unimodality.

The dip test measures multimodality in a sample by the maximum difference, over all sample points, between the empirical distribution function, and the unimodal distribution function that minimizes that maximum difference. Other than unimodality, it makes no further assumptions about the form of the null distribution.

r-xpose4 4.7.2
Propagated dependencies: r-lattice@0.22-9 r-hmisc@5.2-5 r-survival@3.8-6 r-dplyr@1.2.1 r-tibble@3.3.1 r-lazyeval@0.2.3 r-gam@1.22-7 r-readr@2.2.0
Channel: guix
Location: gnu/packages/statistics.scm (gnu packages statistics)
Home page: https://uupharmacometrics.github.io/xpose4/
Licenses: LGPL 3+
Build system: r
Synopsis: Diagnostics for nonlinear mixed-effect models
Description:

This package is a model building aid for nonlinear mixed-effects (population) model analysis using NONMEM, facilitating data set checkout, exploration and visualization, model diagnostics, candidate covariate identification and model comparison. The methods are described in Keizer et al. (2013) <doi:10.1038/psp.2013.24>, and Jonsson et al. (1999) <doi:10.1016/s0169-2607(98)00067-4>.

libxls 1.6.3
Channel: guix
Location: gnu/packages/statistics.scm (gnu packages statistics)
Home page: https://github.com/libxls/libxls
Licenses: FreeBSD
Build system: gnu
Synopsis: Read binary (.xls) Excel spreadsheet files
Description:

libxls is a C library to read .xls spreadsheet files in the binary OLE BIFF8 format as created by Excel 97 and later versions. It cannot write them.

This package also provides xls2csv to export Excel files to CSV.

Total packages: 72465