1
- < ?xml version="1.0" encoding="iso-8859-1"?>
2
- <!DOCTYPE html
3
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
-
6
- < html xmlns ="http://www.w3.org/1999/xhtml " xml:lang ="en " lang ="en ">
7
- < head >
8
- < title > Module: Net::SSH::Authentication</ title >
9
- < meta http-equiv ="Content-Type " content ="text/html; charset=iso-8859-1 " />
10
- < meta http-equiv ="Content-Script-Type " content ="text/javascript " />
11
- < link rel ="stylesheet " href ="../../.././rdoc-style.css " type ="text/css " media ="screen " />
12
- < script type ="text/javascript ">
13
- // <![CDATA[
14
-
15
- function popupCode ( url ) {
16
- window . open ( url , "Code" , "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400" )
17
- }
18
-
19
- function toggleCode ( id ) {
20
- if ( document . getElementById )
21
- elem = document . getElementById ( id ) ;
22
- else if ( document . all )
23
- elem = eval ( "document.all." + id ) ;
24
- else
25
- return false ;
26
-
27
- elemStyle = elem . style ;
28
-
29
- if ( elemStyle . display != "block" ) {
30
- elemStyle . display = "block"
31
- } else {
32
- elemStyle . display = "none"
33
- }
34
-
35
- return true ;
36
- }
37
-
38
- // Make codeblocks hidden by default
39
- document . writeln ( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
-
41
- // ]]>
42
- </ script >
43
-
44
- </ head >
45
- < body >
46
-
47
-
48
-
49
- < div id ="classHeader ">
50
- < table class ="header-table ">
51
- < tr class ="top-aligned-row ">
52
- < td > < strong > Module</ strong > </ td >
53
- < td class ="class-name-in-header "> Net::SSH::Authentication</ td >
54
- </ tr >
55
- < tr class ="top-aligned-row ">
56
- < td > < strong > In:</ strong > </ td >
57
- < td >
58
- < a href ="../../../files/lib/net/ssh/authentication/agent_rb.html ">
59
- lib/net/ssh/authentication/agent.rb
60
- </ a >
61
- < br />
62
- < a href ="../../../files/lib/net/ssh/authentication/constants_rb.html ">
63
- lib/net/ssh/authentication/constants.rb
64
- </ a >
65
- < br />
66
- < a href ="../../../files/lib/net/ssh/authentication/key_manager_rb.html ">
67
- lib/net/ssh/authentication/key_manager.rb
68
- </ a >
69
- < br />
70
- < a href ="../../../files/lib/net/ssh/authentication/methods/abstract_rb.html ">
71
- lib/net/ssh/authentication/methods/abstract.rb
72
- </ a >
73
- < br />
74
- < a href ="../../../files/lib/net/ssh/authentication/methods/hostbased_rb.html ">
75
- lib/net/ssh/authentication/methods/hostbased.rb
76
- </ a >
77
- < br />
78
- < a href ="../../../files/lib/net/ssh/authentication/methods/keyboard_interactive_rb.html ">
79
- lib/net/ssh/authentication/methods/keyboard_interactive.rb
80
- </ a >
81
- < br />
82
- < a href ="../../../files/lib/net/ssh/authentication/methods/password_rb.html ">
83
- lib/net/ssh/authentication/methods/password.rb
84
- </ a >
85
- < br />
86
- < a href ="../../../files/lib/net/ssh/authentication/methods/publickey_rb.html ">
87
- lib/net/ssh/authentication/methods/publickey.rb
88
- </ a >
89
- < br />
90
- < a href ="../../../files/lib/net/ssh/authentication/pageant_rb.html ">
91
- lib/net/ssh/authentication/pageant.rb
92
- </ a >
93
- < br />
94
- < a href ="../../../files/lib/net/ssh/authentication/session_rb.html ">
95
- lib/net/ssh/authentication/session.rb
96
- </ a >
97
- < br />
98
- </ td >
99
- </ tr >
100
-
101
- </ table >
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
+ < html lang ='en '>
3
+ < head >
4
+ < title > : Net::SSH::Authentication [Net::SSH: a pure-Ruby implementation of the SSH2 client protocol.]</ title >
5
+ < meta content ='text/html; charset=utf-8 ' http-equiv ='Content-Type '>
6
+ < link href ='../../../rdoc-style.css ' media ='screen ' rel ='stylesheet ' type ='text/css '>
7
+ < script type ='text/javascript '>
8
+ //<![CDATA[
9
+ function popupCode ( url ) {
10
+ window . open ( url , "Code" , "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400" )
11
+ }
12
+
13
+ function toggleCode ( id ) {
14
+ var code = document . getElementById ( id )
15
+
16
+ code . style . display = code . style . display != 'block' ? 'block' : 'none'
17
+ return true
18
+ }
19
+
20
+ // Make codeblocks hidden by default
21
+ document . writeln ( '<' + 'style type="text/css">.method .source pre { display: none }<\/style>' )
22
+ //]]>
23
+ </ script >
24
+ </ head >
25
+ < body class ='page '>
26
+ < div class ='class ' id ='wrapper '>
27
+ < div class ='header '>
28
+ < h1 class ='name '>
29
+ < span class ='type '> Module</ span >
30
+ Net::SSH::Authentication
31
+ </ h1 >
32
+ < ol class ='paths '>
33
+ < li >
34
+ < a href ="../../../files/lib/net/ssh/authentication/constants_rb.html "> lib/net/ssh/authentication/constants.rb</ a >
35
+ </ li >
36
+ < li class ='other '>
37
+ < a href ="../../../files/lib/net/ssh/authentication/agent_rb.html "> lib/net/ssh/authentication/agent.rb</ a >
38
+ </ li >
39
+ < li class ='other '>
40
+ < a href ="../../../files/lib/net/ssh/authentication/key_manager_rb.html "> lib/net/ssh/authentication/key_manager.rb</ a >
41
+ </ li >
42
+ < li class ='other '>
43
+ < a href ="../../../files/lib/net/ssh/authentication/methods/abstract_rb.html "> lib/net/ssh/authentication/methods/abstract.rb</ a >
44
+ </ li >
45
+ < li class ='other '>
46
+ < a href ="../../../files/lib/net/ssh/authentication/methods/hostbased_rb.html "> lib/net/ssh/authentication/methods/hostbased.rb</ a >
47
+ </ li >
48
+ < li class ='other '>
49
+ < a href ="../../../files/lib/net/ssh/authentication/methods/keyboard_interactive_rb.html "> lib/net/ssh/authentication/methods/keyboard_interactive.rb</ a >
50
+ </ li >
51
+ < li class ='other '>
52
+ < a href ="../../../files/lib/net/ssh/authentication/methods/password_rb.html "> lib/net/ssh/authentication/methods/password.rb</ a >
53
+ </ li >
54
+ < li class ='other '>
55
+ < a href ="../../../files/lib/net/ssh/authentication/methods/publickey_rb.html "> lib/net/ssh/authentication/methods/publickey.rb</ a >
56
+ </ li >
57
+ < li class ='other '>
58
+ < a href ="../../../files/lib/net/ssh/authentication/pageant_rb.html "> lib/net/ssh/authentication/pageant.rb</ a >
59
+ </ li >
60
+ < li class ='other '>
61
+ < a href ="../../../files/lib/net/ssh/authentication/session_rb.html "> lib/net/ssh/authentication/session.rb</ a >
62
+ </ li >
63
+ < li >
64
+ < a class ='show ' href ='# ' onclick ='this.parentNode.parentNode.className += " expanded"; this.parentNode.removeChild(this); return false '> show all</ a >
65
+ </ li >
66
+ </ ol >
67
+ </ div >
68
+ < div id ='content '>
69
+ < div id ='text '>
70
+ < div id ='section '>
71
+ < div id ='class-list '>
72
+ < h2 > Classes and Modules</ h2 >
73
+ Module < a href ="Authentication/Constants.html " class ="link "> Net::SSH::Authentication::Constants</ a > < br />
74
+ Module < a href ="Authentication/Methods.html " class ="link "> Net::SSH::Authentication::Methods</ a > < br />
75
+ Module < a href ="Authentication/Pageant.html " class ="link "> Net::SSH::Authentication::Pageant</ a > < br />
76
+ Class < a href ="Authentication/Agent.html " class ="link "> Net::SSH::Authentication::Agent</ a > < br />
77
+ Class < a href ="Authentication/AgentError.html " class ="link "> Net::SSH::Authentication::AgentError</ a > < br />
78
+ Class < a href ="Authentication/AgentNotAvailable.html " class ="link "> Net::SSH::Authentication::AgentNotAvailable</ a > < br />
79
+ Class < a href ="Authentication/KeyManager.html " class ="link "> Net::SSH::Authentication::KeyManager</ a > < br />
80
+ Class < a href ="Authentication/KeyManagerError.html " class ="link "> Net::SSH::Authentication::KeyManagerError</ a > < br />
81
+ Class < a href ="Authentication/Session.html " class ="link "> Net::SSH::Authentication::Session</ a > < br />
82
+ </ div >
83
+ </ div >
84
+ </ div >
85
+ </ div >
86
+ < div id ='footer-push '> </ div >
102
87
</ div >
103
- <!-- banner header -->
104
-
105
- < div id ="bodyContent ">
106
-
107
-
108
-
109
- < div id ="contextContent ">
110
-
111
-
112
-
113
- </ div >
114
-
115
-
116
- </ div >
117
-
118
-
119
- <!-- if includes -->
120
-
121
- < div id ="section ">
122
-
123
- < div id ="class-list ">
124
- < h3 class ="section-bar "> Classes and Modules</ h3 >
125
-
126
- Module < a href ="Authentication/Constants.html " class ="link "> Net::SSH::Authentication::Constants</ a > < br />
127
- Module < a href ="Authentication/Methods.html " class ="link "> Net::SSH::Authentication::Methods</ a > < br />
128
- Module < a href ="Authentication/Pageant.html " class ="link "> Net::SSH::Authentication::Pageant</ a > < br />
129
- Class < a href ="Authentication/Agent.html " class ="link "> Net::SSH::Authentication::Agent</ a > < br />
130
- Class < a href ="Authentication/AgentError.html " class ="link "> Net::SSH::Authentication::AgentError</ a > < br />
131
- Class < a href ="Authentication/AgentNotAvailable.html " class ="link "> Net::SSH::Authentication::AgentNotAvailable</ a > < br />
132
- Class < a href ="Authentication/KeyManager.html " class ="link "> Net::SSH::Authentication::KeyManager</ a > < br />
133
- Class < a href ="Authentication/KeyManagerError.html " class ="link "> Net::SSH::Authentication::KeyManagerError</ a > < br />
134
- Class < a href ="Authentication/Session.html " class ="link "> Net::SSH::Authentication::Session</ a > < br />
135
-
88
+ < div id ='footer '>
89
+ < a href ="http://github.com/mislav/hanna/tree/master "> < strong > Hanna</ strong > RDoc template</ a >
136
90
</ div >
137
-
138
-
139
-
140
-
141
-
142
-
143
-
144
- <!-- if method_list -->
145
-
146
-
147
- </ div >
148
-
149
-
150
- < div id ="validator-badges ">
151
- < p > < small > < a href ="http://validator.w3.org/check/referer "> [Validate]</ a > </ small > </ p >
152
- </ div >
153
-
154
- </ body >
155
- </ html >
91
+ </ body >
92
+ </ html >
0 commit comments