SSH: Add documentation

This commit is contained in:
Vlad Grigorescu 2015-03-16 13:32:13 -04:00
parent 82c4037929
commit 370f4f2179
2 changed files with 126 additions and 4 deletions

View file

@ -2227,7 +2227,11 @@ export {
server_to_client: vector of string &optional;
};
## SSH Capability record
## This record lists the preferences of an SSH endpoint for
## algorithm selection. During the initial :abbr:`SSH (Secure Shell)`
## key exchange, each endpoint lists the algorithms
## that it supports, in order of preference. See
## :rfc:`4253#section-7.1` for details.
type Capabilities: record {
## Key exchange algorithms
kex_algorithms: string_vec;