1 مستودع
Recording of SSH session details including remote address, command, terminal settings, and authentication method.
Distinct from SSH Authentication: Distinct from general SSH Authentication: focuses on session activity logging, not the authentication mechanism itself.
Explore 1 awesome GitHub repository matching security & cryptography · Session Loggers. 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
Records SSH session details including remote address, command, terminal settings, and authentication method.