diff options
author | Louis-Philippe Gauthier <[email protected]> | 2013-06-20 01:48:31 -0400 |
---|---|---|
committer | Louis-Philippe Gauthier <[email protected]> | 2013-06-20 01:48:31 -0400 |
commit | b22a68377d3026572e7859f712674b319767eb7e (patch) | |
tree | 4a55dae19908b683dc865ff30e4c6b240610131b /lib/ssh/src/ssh.hrl | |
parent | 5dd13b1efead2a8101ff1fb46937fbfa00db5269 (diff) | |
download | otp-b22a68377d3026572e7859f712674b319767eb7e.tar.gz otp-b22a68377d3026572e7859f712674b319767eb7e.tar.bz2 otp-b22a68377d3026572e7859f712674b319767eb7e.zip |
Add openssh_zlib compression type to ssh_transport
http://www.openssh.org/txt/draft-miller-secsh-compression-delayed-00.txt
Diffstat (limited to 'lib/ssh/src/ssh.hrl')
-rw-r--r-- | lib/ssh/src/ssh.hrl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ssh/src/ssh.hrl b/lib/ssh/src/ssh.hrl index da5750b6c3..4fd347ba8f 100644 --- a/lib/ssh/src/ssh.hrl +++ b/lib/ssh/src/ssh.hrl @@ -127,7 +127,8 @@ userauth_supported_methods , % userauth_methods, userauth_preference, - available_host_keys + available_host_keys, + authenticated = false }). -record(alg, |