The SSH-CLI App is a Go application that sets up an SSH server using the wish package. It demonstrates how to authenticate users through SSH using public keys, customize the SSH banner, and integrate Bubble Tea applications over SSH.
- SSH server setup with customizable port and host.
- Public key authentication for SSH.
- Custom welcome banner for SSH sessions.
- Integration with Bubble Tea for terminal-based UI applications.
- Go 1.21.5 or higher.
- SSH client for connecting to the server.