File: Net.html

package info (click to toggle)
libnet-ssh-ruby 1.0.10-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,180 kB
  • ctags: 2,327
  • sloc: ruby: 10,321; makefile: 52
file content (391 lines) | stat: -rw-r--r-- 14,112 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html 
     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <title>Module: Net</title>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  <meta http-equiv="Content-Script-Type" content="text/javascript" />
  <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
  <script type="text/javascript">
  // <![CDATA[

  function popupCode( url ) {
    window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
  }

  function toggleCode( id ) {
    if ( document.getElementById )
      elem = document.getElementById( id );
    else if ( document.all )
      elem = eval( "document.all." + id );
    else
      return false;

    elemStyle = elem.style;
    
    if ( elemStyle.display != "block" ) {
      elemStyle.display = "block"
    } else {
      elemStyle.display = "none"
    }

    return true;
  }
  
  // Make codeblocks hidden by default
  document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
  
  // ]]>
  </script>

</head>
<body>



    <div id="classHeader">
        <table class="header-table">
        <tr class="top-aligned-row">
          <td><strong>Module</strong></td>
          <td class="class-name-in-header">Net</td>
        </tr>
        <tr class="top-aligned-row">
            <td><strong>In:</strong></td>
            <td>
                <a href="../files/lib/net/ssh_rb.html">
                lib/net/ssh.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/errors_rb.html">
                lib/net/ssh/errors.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/session_rb.html">
                lib/net/ssh/session.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/version_rb.html">
                lib/net/ssh/version.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/connection/channel_rb.html">
                lib/net/ssh/connection/channel.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/connection/constants_rb.html">
                lib/net/ssh/connection/constants.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/connection/driver_rb.html">
                lib/net/ssh/connection/driver.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/connection/services_rb.html">
                lib/net/ssh/connection/services.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/connection/term_rb.html">
                lib/net/ssh/connection/term.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/proxy/errors_rb.html">
                lib/net/ssh/proxy/errors.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/proxy/http_rb.html">
                lib/net/ssh/proxy/http.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/proxy/socks4_rb.html">
                lib/net/ssh/proxy/socks4.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/proxy/socks5_rb.html">
                lib/net/ssh/proxy/socks5.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/service/services_rb.html">
                lib/net/ssh/service/services.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/service/forward/driver_rb.html">
                lib/net/ssh/service/forward/driver.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/service/forward/local-network-handler_rb.html">
                lib/net/ssh/service/forward/local-network-handler.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/service/forward/remote-network-handler_rb.html">
                lib/net/ssh/service/forward/remote-network-handler.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/service/forward/services_rb.html">
                lib/net/ssh/service/forward/services.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/service/process/driver_rb.html">
                lib/net/ssh/service/process/driver.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/service/process/open_rb.html">
                lib/net/ssh/service/process/open.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/service/process/popen3_rb.html">
                lib/net/ssh/service/process/popen3.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/service/process/services_rb.html">
                lib/net/ssh/service/process/services.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/service/shell/driver_rb.html">
                lib/net/ssh/service/shell/driver.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/service/shell/services_rb.html">
                lib/net/ssh/service/shell/services.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/service/shell/shell_rb.html">
                lib/net/ssh/service/shell/shell.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/service/shell/sync_rb.html">
                lib/net/ssh/service/shell/sync.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/transport/algorithm-negotiator_rb.html">
                lib/net/ssh/transport/algorithm-negotiator.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/transport/constants_rb.html">
                lib/net/ssh/transport/constants.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/transport/errors_rb.html">
                lib/net/ssh/transport/errors.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/transport/identity-cipher_rb.html">
                lib/net/ssh/transport/identity-cipher.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/transport/packet-stream_rb.html">
                lib/net/ssh/transport/packet-stream.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/transport/services_rb.html">
                lib/net/ssh/transport/services.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/transport/session_rb.html">
                lib/net/ssh/transport/session.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/transport/version-negotiator_rb.html">
                lib/net/ssh/transport/version-negotiator.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/transport/compress/compressor_rb.html">
                lib/net/ssh/transport/compress/compressor.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/transport/compress/decompressor_rb.html">
                lib/net/ssh/transport/compress/decompressor.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/transport/compress/none-compressor_rb.html">
                lib/net/ssh/transport/compress/none-compressor.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/transport/compress/none-decompressor_rb.html">
                lib/net/ssh/transport/compress/none-decompressor.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/transport/compress/services_rb.html">
                lib/net/ssh/transport/compress/services.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/transport/compress/zlib-compressor_rb.html">
                lib/net/ssh/transport/compress/zlib-compressor.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/transport/compress/zlib-decompressor_rb.html">
                lib/net/ssh/transport/compress/zlib-decompressor.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/transport/kex/dh-gex_rb.html">
                lib/net/ssh/transport/kex/dh-gex.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/transport/kex/dh_rb.html">
                lib/net/ssh/transport/kex/dh.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/transport/kex/services_rb.html">
                lib/net/ssh/transport/kex/services.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/transport/ossl/buffer-factory_rb.html">
                lib/net/ssh/transport/ossl/buffer-factory.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/transport/ossl/buffer_rb.html">
                lib/net/ssh/transport/ossl/buffer.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/transport/ossl/cipher-factory_rb.html">
                lib/net/ssh/transport/ossl/cipher-factory.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/transport/ossl/digest-factory_rb.html">
                lib/net/ssh/transport/ossl/digest-factory.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/transport/ossl/hmac-factory_rb.html">
                lib/net/ssh/transport/ossl/hmac-factory.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/transport/ossl/key-factory_rb.html">
                lib/net/ssh/transport/ossl/key-factory.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/transport/ossl/services_rb.html">
                lib/net/ssh/transport/ossl/services.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/transport/ossl/hmac/hmac_rb.html">
                lib/net/ssh/transport/ossl/hmac/hmac.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/transport/ossl/hmac/md5-96_rb.html">
                lib/net/ssh/transport/ossl/hmac/md5-96.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/transport/ossl/hmac/md5_rb.html">
                lib/net/ssh/transport/ossl/hmac/md5.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/transport/ossl/hmac/none_rb.html">
                lib/net/ssh/transport/ossl/hmac/none.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/transport/ossl/hmac/services_rb.html">
                lib/net/ssh/transport/ossl/hmac/services.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/transport/ossl/hmac/sha1-96_rb.html">
                lib/net/ssh/transport/ossl/hmac/sha1-96.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/transport/ossl/hmac/sha1_rb.html">
                lib/net/ssh/transport/ossl/hmac/sha1.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/userauth/agent_rb.html">
                lib/net/ssh/userauth/agent.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/userauth/constants_rb.html">
                lib/net/ssh/userauth/constants.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/userauth/driver_rb.html">
                lib/net/ssh/userauth/driver.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/userauth/pageant_rb.html">
                lib/net/ssh/userauth/pageant.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/userauth/services_rb.html">
                lib/net/ssh/userauth/services.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/userauth/userkeys_rb.html">
                lib/net/ssh/userauth/userkeys.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/userauth/methods/hostbased_rb.html">
                lib/net/ssh/userauth/methods/hostbased.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/userauth/methods/keyboard-interactive_rb.html">
                lib/net/ssh/userauth/methods/keyboard-interactive.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/userauth/methods/password_rb.html">
                lib/net/ssh/userauth/methods/password.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/userauth/methods/publickey_rb.html">
                lib/net/ssh/userauth/methods/publickey.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/userauth/methods/services_rb.html">
                lib/net/ssh/userauth/methods/services.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/util/buffer_rb.html">
                lib/net/ssh/util/buffer.rb
                </a>
        <br />
                <a href="../files/lib/net/ssh/util/prompter_rb.html">
                lib/net/ssh/util/prompter.rb
                </a>
        <br />
            </td>
        </tr>

        </table>
    </div>
  <!-- banner header -->

  <div id="bodyContent">



  <div id="contextContent">



   </div>


  </div>


    <!-- if includes -->

    <div id="section">

    <div id="class-list">
      <h3 class="section-bar">Classes and Modules</h3>

      Module <a href="Net/SSH.html" class="link">Net::SSH</a><br />

    </div>




      


    <!-- if method_list -->


  </div>


<div id="validator-badges">
  <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
</div>

</body>
</html>