mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 01:58:20 +00:00
SSH: Add documentation
This commit is contained in:
parent
82c4037929
commit
370f4f2179
2 changed files with 126 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue