Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/un-def/openssh-static-build


https://github.com/un-def/openssh-static-build

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

# OpenSSH Static Build Recipe

## Prerequisites

* [Docker](https://docs.docker.com/engine/install/)
* [just](https://github.com/casey/just)

## Recipes

* build: `just build`
* run sshd as a non-root user: `just run-sshd [PORT]`
* pack a minimal sshd installation: `just pack-sshd`