Recent Server Design

  • P6R’s Secure Shell Public Key Subsystem (RFC7076)

    RFC7076 describes a new feature that we have built into our SSH server along with RFC4819. Abstract of the RFC7076 The Secure Shell (SSH) Public Key Subsystem protocol defines a key distribution protocol that is limited to provisioning an SSH server with a user’s public keys. This document describes a new protocol that builds on […]

  • A multi-threaded, asynchronous implementation of a SSH server

    Introduction P6R has built a brand new implementation of an SSH server. As with all our software, this SSH server runs on multiple platforms which include: Windows, Linux, and Solaris. The main motivation for this project was to construct a server that could easily scale to performance demands that far exceed existing SSH implementations. A […]