TLSSSH
TLSSSH is a loosely defined term that describes methods and configurations that combine TLS (Transport Layer Security) and SSH (Secure Shell) to secure communications. There is no widely adopted standard named TLSSSH. In practice, the label covers several patterns, such as tunneling TLS traffic through an SSH session, carrying SSH connections within a TLS-protected channel, or using TLS to secure an SSH proxy. The common goal is to achieve layered encryption, enhanced privacy, or traversal of restrictive networks while leveraging the authentication properties of TLS and the access controls of SSH.
Architecture and patterns include: TLS over SSH, where a client opens an SSH connection to a server
Use cases and considerations include secure remote administration, secure tunneling, or research into hybrid security models,
See also: TLS, SSL, SSH, SSH tunneling, TLS over SSH, SSH over TLS, VPN.