Age | Commit message (Collapse) | Author |
|
Note that the rfc5647 is ambigous so this implementation of AEAD_AES_(128|256)_GCM
may or may not be compatible with others. They are note enabled by default but may
be enabled by the user. See the Reference Manual, Application SSH for details of
how we interpret the rfc.
To be safe, use [email protected] or [email protected] instead.
|
|
Also solves OTP-13053
|
|
|
|
|
|
A new experimental option 'max_random_length_padding', not documented so it might change...
|
|
|
|
|
|
To enable the ssh daemon to run in a virtualized environment, where
there can be more that one server that has the same ip-address
and port, we add a new option profile. The profile name will be
used in concatenation with ip-address and port to identify the
ssh daemon instance.
The name profile was chosen as there is a similar concept in the HTTP client
in inets where profile names can be used to instantiate client configurations.
Also the same type of option has been added to the HTTP server in inets.
|
|
|
|
Also start adding dialyzer specs and removing dead code
|
|
http://www.openssh.org/txt/draft-miller-secsh-compression-delayed-00.txt
|
|
Solves OTP-7677
|
|
|
|
|
|
|