diff options
author | Hans Nilsson <[email protected]> | 2016-04-14 19:35:39 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2016-04-27 13:36:53 +0200 |
commit | 9ec2d2fcd17484163296b15315c18ab4509d0629 (patch) | |
tree | 838c6ea254b5a3d501797d345e1cac18abb4d738 /lib/ssh/src/ssh.hrl | |
parent | 9dc46e8d58c9464c8a48b74342951265c3b43dc8 (diff) | |
download | otp-9ec2d2fcd17484163296b15315c18ab4509d0629.tar.gz otp-9ec2d2fcd17484163296b15315c18ab4509d0629.tar.bz2 otp-9ec2d2fcd17484163296b15315c18ab4509d0629.zip |
ssh: Begin -spec for ssh_connection_handler
Diffstat (limited to 'lib/ssh/src/ssh.hrl')
-rw-r--r-- | lib/ssh/src/ssh.hrl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/ssh/src/ssh.hrl b/lib/ssh/src/ssh.hrl index 73d6e4d2bc..868f3a9181 100644 --- a/lib/ssh/src/ssh.hrl +++ b/lib/ssh/src/ssh.hrl @@ -70,8 +70,6 @@ -record(ssh, { - %%state, %% what it's waiting for - role, %% client | server peer, %% string version of peer address @@ -135,8 +133,8 @@ user, service, userauth_quiet_mode, % boolean() - userauth_supported_methods, % string() eg "keyboard-interactive,password" userauth_methods, % list( string() ) eg ["keyboard-interactive", "password"] + userauth_supported_methods, % string() eg "keyboard-interactive,password" kb_tries_left = 0, % integer(), num tries left for "keyboard-interactive" userauth_preference, available_host_keys, |