Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/un-def/openssh-static-build
https://github.com/un-def/openssh-static-build
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/un-def/openssh-static-build
- Owner: un-def
- Created: 2024-08-11T10:51:22.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-08-11T12:31:31.000Z (3 months ago)
- Last Synced: 2024-08-11T13:23:43.801Z (3 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`