/kubectl-sshd

SSH into a Kubernetes pod's serial console

Primary LanguageGoGNU General Public License v3.0GPL-3.0

kubectl-sshd

Go Test

SSH daemon to interact with kubernete pod serial consoles

Installation

Do not recommend using in a production environment yet. Compile and use the service file.

Usage

Usage for kubectl-sshd (dev) https://github.com/callowaysutton/kubectl-sshd:
  -k string
        SSH host key file (default "~/.ssh/id_ed25519")
  -l string
        Listen <host:port> (default ":2222")
  -c string
        Path to kubectl configuration file (default "./config")
  -v    Enable verbose logging