1 repository
Utilities that bootstrap fully functional SSH servers with auto-generated host keys for quick demos.
Distinct from Server Scaffolding Tools: Distinct from general Server Scaffolding Tools: specifically scaffolds SSH servers rather than web or API servers.
Explore 1 awesome GitHub repository matching web development · SSH Server Scaffolding Tools. Refine with filters or upvote what's useful.
Wish is a Go library for building SSH servers, providing a middleware-based framework that handles core SSH functionality including public-key and certificate authentication, session management, and secure file transfers via SCP and SFTP. It is designed to serve as the foundation for custom SSH applications, with built-in support for hosting Git repositories over SSH and serving interactive terminal applications. What distinguishes Wish from a basic SSH server library is its composable middleware pattern, which allows developers to layer authentication, logging, and custom session handling. I
Bootstraps fully functional SSH servers with auto-generated host keys for quick demonstrations and prototyping.