-
David Cowden authored
Namely, clarify the different parts of the ssh protocol architecture and more specifically reference them in wording.
David Cowden authoredNamely, clarify the different parts of the ssh protocol architecture and more specifically reference them in wording.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
doc.go 339 B
/*
Package sshutil provides utilities for working with the ssh protocol at the
application layer. SSH is specified by: https://tools.ietf.org/html/rfc4251.
The ssh server API functions similar to 'net/http'. Register handlers for
various parts of the protocol and process each session as new client
connections arrive.
*/
package sshutil