redcar 0.3.8.3 → 0.3.8.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (172) hide show
  1. data/CHANGES +6 -0
  2. data/Rakefile +1 -1
  3. data/lib/redcar.rb +1 -1
  4. data/lib/redcar/installer.rb +14 -4
  5. metadata +1 -168
  6. data/lib/openssl/Manifest.txt +0 -99
  7. data/lib/openssl/build.properties +0 -7
  8. data/lib/plugin_manager/plugin_manager.gemspec +0 -33
  9. data/plugins/project/vendor/net-sftp/Manifest +0 -55
  10. data/plugins/project/vendor/net-sftp/Rakefile +0 -30
  11. data/plugins/project/vendor/net-sftp/lib/net/sftp.rb +0 -70
  12. data/plugins/project/vendor/net-sftp/lib/net/sftp/constants.rb +0 -187
  13. data/plugins/project/vendor/net-sftp/lib/net/sftp/errors.rb +0 -39
  14. data/plugins/project/vendor/net-sftp/lib/net/sftp/operations/dir.rb +0 -93
  15. data/plugins/project/vendor/net-sftp/lib/net/sftp/operations/download.rb +0 -364
  16. data/plugins/project/vendor/net-sftp/lib/net/sftp/operations/file.rb +0 -176
  17. data/plugins/project/vendor/net-sftp/lib/net/sftp/operations/file_factory.rb +0 -60
  18. data/plugins/project/vendor/net-sftp/lib/net/sftp/operations/upload.rb +0 -387
  19. data/plugins/project/vendor/net-sftp/lib/net/sftp/packet.rb +0 -21
  20. data/plugins/project/vendor/net-sftp/lib/net/sftp/protocol.rb +0 -32
  21. data/plugins/project/vendor/net-sftp/lib/net/sftp/protocol/01/attributes.rb +0 -315
  22. data/plugins/project/vendor/net-sftp/lib/net/sftp/protocol/01/base.rb +0 -268
  23. data/plugins/project/vendor/net-sftp/lib/net/sftp/protocol/01/name.rb +0 -43
  24. data/plugins/project/vendor/net-sftp/lib/net/sftp/protocol/02/base.rb +0 -31
  25. data/plugins/project/vendor/net-sftp/lib/net/sftp/protocol/03/base.rb +0 -35
  26. data/plugins/project/vendor/net-sftp/lib/net/sftp/protocol/04/attributes.rb +0 -152
  27. data/plugins/project/vendor/net-sftp/lib/net/sftp/protocol/04/base.rb +0 -94
  28. data/plugins/project/vendor/net-sftp/lib/net/sftp/protocol/04/name.rb +0 -67
  29. data/plugins/project/vendor/net-sftp/lib/net/sftp/protocol/05/base.rb +0 -66
  30. data/plugins/project/vendor/net-sftp/lib/net/sftp/protocol/06/attributes.rb +0 -107
  31. data/plugins/project/vendor/net-sftp/lib/net/sftp/protocol/06/base.rb +0 -63
  32. data/plugins/project/vendor/net-sftp/lib/net/sftp/protocol/base.rb +0 -50
  33. data/plugins/project/vendor/net-sftp/lib/net/sftp/request.rb +0 -91
  34. data/plugins/project/vendor/net-sftp/lib/net/sftp/response.rb +0 -76
  35. data/plugins/project/vendor/net-sftp/lib/net/sftp/session.rb +0 -951
  36. data/plugins/project/vendor/net-sftp/lib/net/sftp/version.rb +0 -18
  37. data/plugins/project/vendor/net-sftp/setup.rb +0 -1331
  38. data/plugins/project/vendor/net-sftp/test/common.rb +0 -171
  39. data/plugins/project/vendor/net-sftp/test/protocol/01/test_attributes.rb +0 -97
  40. data/plugins/project/vendor/net-sftp/test/protocol/01/test_base.rb +0 -210
  41. data/plugins/project/vendor/net-sftp/test/protocol/01/test_name.rb +0 -27
  42. data/plugins/project/vendor/net-sftp/test/protocol/02/test_base.rb +0 -26
  43. data/plugins/project/vendor/net-sftp/test/protocol/03/test_base.rb +0 -27
  44. data/plugins/project/vendor/net-sftp/test/protocol/04/test_attributes.rb +0 -148
  45. data/plugins/project/vendor/net-sftp/test/protocol/04/test_base.rb +0 -74
  46. data/plugins/project/vendor/net-sftp/test/protocol/04/test_name.rb +0 -53
  47. data/plugins/project/vendor/net-sftp/test/protocol/05/test_base.rb +0 -62
  48. data/plugins/project/vendor/net-sftp/test/protocol/06/test_attributes.rb +0 -124
  49. data/plugins/project/vendor/net-sftp/test/protocol/06/test_base.rb +0 -51
  50. data/plugins/project/vendor/net-sftp/test/protocol/test_base.rb +0 -42
  51. data/plugins/project/vendor/net-sftp/test/test_all.rb +0 -7
  52. data/plugins/project/vendor/net-sftp/test/test_dir.rb +0 -47
  53. data/plugins/project/vendor/net-sftp/test/test_download.rb +0 -252
  54. data/plugins/project/vendor/net-sftp/test/test_file.rb +0 -159
  55. data/plugins/project/vendor/net-sftp/test/test_file_factory.rb +0 -48
  56. data/plugins/project/vendor/net-sftp/test/test_packet.rb +0 -9
  57. data/plugins/project/vendor/net-sftp/test/test_protocol.rb +0 -17
  58. data/plugins/project/vendor/net-sftp/test/test_request.rb +0 -71
  59. data/plugins/project/vendor/net-sftp/test/test_response.rb +0 -53
  60. data/plugins/project/vendor/net-sftp/test/test_session.rb +0 -741
  61. data/plugins/project/vendor/net-sftp/test/test_upload.rb +0 -219
  62. data/plugins/project/vendor/net-ssh/Manifest +0 -110
  63. data/plugins/project/vendor/net-ssh/Rakefile +0 -85
  64. data/plugins/project/vendor/net-ssh/Rudyfile +0 -96
  65. data/plugins/project/vendor/net-ssh/lib/net/ssh.rb +0 -215
  66. data/plugins/project/vendor/net-ssh/lib/net/ssh/authentication/agent.rb +0 -179
  67. data/plugins/project/vendor/net-ssh/lib/net/ssh/authentication/constants.rb +0 -18
  68. data/plugins/project/vendor/net-ssh/lib/net/ssh/authentication/key_manager.rb +0 -193
  69. data/plugins/project/vendor/net-ssh/lib/net/ssh/authentication/methods/abstract.rb +0 -60
  70. data/plugins/project/vendor/net-ssh/lib/net/ssh/authentication/methods/hostbased.rb +0 -71
  71. data/plugins/project/vendor/net-ssh/lib/net/ssh/authentication/methods/keyboard_interactive.rb +0 -66
  72. data/plugins/project/vendor/net-ssh/lib/net/ssh/authentication/methods/password.rb +0 -39
  73. data/plugins/project/vendor/net-ssh/lib/net/ssh/authentication/methods/publickey.rb +0 -92
  74. data/plugins/project/vendor/net-ssh/lib/net/ssh/authentication/pageant.rb +0 -183
  75. data/plugins/project/vendor/net-ssh/lib/net/ssh/authentication/session.rb +0 -134
  76. data/plugins/project/vendor/net-ssh/lib/net/ssh/buffer.rb +0 -340
  77. data/plugins/project/vendor/net-ssh/lib/net/ssh/buffered_io.rb +0 -198
  78. data/plugins/project/vendor/net-ssh/lib/net/ssh/config.rb +0 -202
  79. data/plugins/project/vendor/net-ssh/lib/net/ssh/connection/channel.rb +0 -630
  80. data/plugins/project/vendor/net-ssh/lib/net/ssh/connection/constants.rb +0 -33
  81. data/plugins/project/vendor/net-ssh/lib/net/ssh/connection/session.rb +0 -597
  82. data/plugins/project/vendor/net-ssh/lib/net/ssh/connection/term.rb +0 -178
  83. data/plugins/project/vendor/net-ssh/lib/net/ssh/errors.rb +0 -85
  84. data/plugins/project/vendor/net-ssh/lib/net/ssh/key_factory.rb +0 -102
  85. data/plugins/project/vendor/net-ssh/lib/net/ssh/known_hosts.rb +0 -129
  86. data/plugins/project/vendor/net-ssh/lib/net/ssh/loggable.rb +0 -61
  87. data/plugins/project/vendor/net-ssh/lib/net/ssh/packet.rb +0 -102
  88. data/plugins/project/vendor/net-ssh/lib/net/ssh/prompt.rb +0 -93
  89. data/plugins/project/vendor/net-ssh/lib/net/ssh/proxy/command.rb +0 -75
  90. data/plugins/project/vendor/net-ssh/lib/net/ssh/proxy/errors.rb +0 -14
  91. data/plugins/project/vendor/net-ssh/lib/net/ssh/proxy/http.rb +0 -94
  92. data/plugins/project/vendor/net-ssh/lib/net/ssh/proxy/socks4.rb +0 -70
  93. data/plugins/project/vendor/net-ssh/lib/net/ssh/proxy/socks5.rb +0 -142
  94. data/plugins/project/vendor/net-ssh/lib/net/ssh/ruby_compat.rb +0 -43
  95. data/plugins/project/vendor/net-ssh/lib/net/ssh/service/forward.rb +0 -288
  96. data/plugins/project/vendor/net-ssh/lib/net/ssh/test.rb +0 -89
  97. data/plugins/project/vendor/net-ssh/lib/net/ssh/test/channel.rb +0 -129
  98. data/plugins/project/vendor/net-ssh/lib/net/ssh/test/extensions.rb +0 -152
  99. data/plugins/project/vendor/net-ssh/lib/net/ssh/test/kex.rb +0 -44
  100. data/plugins/project/vendor/net-ssh/lib/net/ssh/test/local_packet.rb +0 -51
  101. data/plugins/project/vendor/net-ssh/lib/net/ssh/test/packet.rb +0 -81
  102. data/plugins/project/vendor/net-ssh/lib/net/ssh/test/remote_packet.rb +0 -38
  103. data/plugins/project/vendor/net-ssh/lib/net/ssh/test/script.rb +0 -157
  104. data/plugins/project/vendor/net-ssh/lib/net/ssh/test/socket.rb +0 -64
  105. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/algorithms.rb +0 -384
  106. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/cipher_factory.rb +0 -97
  107. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/constants.rb +0 -30
  108. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/hmac.rb +0 -31
  109. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/hmac/abstract.rb +0 -79
  110. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/hmac/md5.rb +0 -12
  111. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/hmac/md5_96.rb +0 -11
  112. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/hmac/none.rb +0 -15
  113. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/hmac/sha1.rb +0 -13
  114. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/hmac/sha1_96.rb +0 -11
  115. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/identity_cipher.rb +0 -55
  116. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/kex.rb +0 -13
  117. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/kex/diffie_hellman_group1_sha1.rb +0 -208
  118. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/kex/diffie_hellman_group_exchange_sha1.rb +0 -77
  119. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/openssl.rb +0 -128
  120. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/packet_stream.rb +0 -235
  121. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/server_version.rb +0 -71
  122. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/session.rb +0 -276
  123. data/plugins/project/vendor/net-ssh/lib/net/ssh/transport/state.rb +0 -206
  124. data/plugins/project/vendor/net-ssh/lib/net/ssh/verifiers/lenient.rb +0 -30
  125. data/plugins/project/vendor/net-ssh/lib/net/ssh/verifiers/null.rb +0 -12
  126. data/plugins/project/vendor/net-ssh/lib/net/ssh/verifiers/strict.rb +0 -53
  127. data/plugins/project/vendor/net-ssh/lib/net/ssh/version.rb +0 -62
  128. data/plugins/project/vendor/net-ssh/net-ssh.gemspec +0 -138
  129. data/plugins/project/vendor/net-ssh/setup.rb +0 -1585
  130. data/plugins/project/vendor/net-ssh/support/arcfour_check.rb +0 -20
  131. data/plugins/project/vendor/net-ssh/support/ssh_tunnel_bug.rb +0 -65
  132. data/plugins/project/vendor/net-ssh/test/README.txt +0 -42
  133. data/plugins/project/vendor/net-ssh/test/authentication/methods/common.rb +0 -28
  134. data/plugins/project/vendor/net-ssh/test/authentication/methods/test_abstract.rb +0 -51
  135. data/plugins/project/vendor/net-ssh/test/authentication/methods/test_hostbased.rb +0 -114
  136. data/plugins/project/vendor/net-ssh/test/authentication/methods/test_keyboard_interactive.rb +0 -98
  137. data/plugins/project/vendor/net-ssh/test/authentication/methods/test_password.rb +0 -50
  138. data/plugins/project/vendor/net-ssh/test/authentication/methods/test_publickey.rb +0 -127
  139. data/plugins/project/vendor/net-ssh/test/authentication/test_agent.rb +0 -205
  140. data/plugins/project/vendor/net-ssh/test/authentication/test_key_manager.rb +0 -105
  141. data/plugins/project/vendor/net-ssh/test/authentication/test_session.rb +0 -93
  142. data/plugins/project/vendor/net-ssh/test/common.rb +0 -107
  143. data/plugins/project/vendor/net-ssh/test/configs/eqsign +0 -3
  144. data/plugins/project/vendor/net-ssh/test/configs/exact_match +0 -8
  145. data/plugins/project/vendor/net-ssh/test/configs/host_plus +0 -10
  146. data/plugins/project/vendor/net-ssh/test/configs/multihost +0 -4
  147. data/plugins/project/vendor/net-ssh/test/configs/nohost +0 -19
  148. data/plugins/project/vendor/net-ssh/test/configs/numeric_host +0 -4
  149. data/plugins/project/vendor/net-ssh/test/configs/wild_cards +0 -14
  150. data/plugins/project/vendor/net-ssh/test/connection/test_channel.rb +0 -467
  151. data/plugins/project/vendor/net-ssh/test/connection/test_session.rb +0 -488
  152. data/plugins/project/vendor/net-ssh/test/manual/test_forward.rb +0 -185
  153. data/plugins/project/vendor/net-ssh/test/test_all.rb +0 -9
  154. data/plugins/project/vendor/net-ssh/test/test_buffer.rb +0 -336
  155. data/plugins/project/vendor/net-ssh/test/test_buffered_io.rb +0 -63
  156. data/plugins/project/vendor/net-ssh/test/test_config.rb +0 -117
  157. data/plugins/project/vendor/net-ssh/test/test_key_factory.rb +0 -67
  158. data/plugins/project/vendor/net-ssh/test/transport/hmac/test_md5.rb +0 -39
  159. data/plugins/project/vendor/net-ssh/test/transport/hmac/test_md5_96.rb +0 -25
  160. data/plugins/project/vendor/net-ssh/test/transport/hmac/test_none.rb +0 -34
  161. data/plugins/project/vendor/net-ssh/test/transport/hmac/test_sha1.rb +0 -34
  162. data/plugins/project/vendor/net-ssh/test/transport/hmac/test_sha1_96.rb +0 -25
  163. data/plugins/project/vendor/net-ssh/test/transport/kex/test_diffie_hellman_group1_sha1.rb +0 -146
  164. data/plugins/project/vendor/net-ssh/test/transport/kex/test_diffie_hellman_group_exchange_sha1.rb +0 -92
  165. data/plugins/project/vendor/net-ssh/test/transport/test_algorithms.rb +0 -302
  166. data/plugins/project/vendor/net-ssh/test/transport/test_cipher_factory.rb +0 -213
  167. data/plugins/project/vendor/net-ssh/test/transport/test_hmac.rb +0 -34
  168. data/plugins/project/vendor/net-ssh/test/transport/test_identity_cipher.rb +0 -40
  169. data/plugins/project/vendor/net-ssh/test/transport/test_packet_stream.rb +0 -441
  170. data/plugins/project/vendor/net-ssh/test/transport/test_server_version.rb +0 -78
  171. data/plugins/project/vendor/net-ssh/test/transport/test_session.rb +0 -315
  172. data/plugins/project/vendor/net-ssh/test/transport/test_state.rb +0 -173
@@ -1,60 +0,0 @@
1
- require 'net/ssh/buffer'
2
- require 'net/ssh/errors'
3
- require 'net/ssh/loggable'
4
- require 'net/ssh/authentication/constants'
5
-
6
- module Net; module SSH; module Authentication; module Methods
7
-
8
- # The base class of all user authentication methods. It provides a few
9
- # bits of common functionality.
10
- class Abstract
11
- include Constants, Loggable
12
-
13
- # The authentication session object
14
- attr_reader :session
15
-
16
- # The key manager object. Not all authentication methods will require
17
- # this.
18
- attr_reader :key_manager
19
-
20
- # Instantiates a new authentication method.
21
- def initialize(session, options={})
22
- @session = session
23
- @key_manager = options[:key_manager]
24
- @options = options
25
- self.logger = session.logger
26
- end
27
-
28
- # Returns the session-id, as generated during the first key exchange of
29
- # an SSH connection.
30
- def session_id
31
- session.transport.algorithms.session_id
32
- end
33
-
34
- # Sends a message via the underlying transport layer abstraction. This
35
- # will block until the message is completely sent.
36
- def send_message(msg)
37
- session.transport.send_message(msg)
38
- end
39
-
40
- # Creates a new USERAUTH_REQUEST packet. The extra arguments on the end
41
- # must be either boolean values or strings, and are tacked onto the end
42
- # of the packet. The new packet is returned, ready for sending.
43
- def userauth_request(username, next_service, auth_method, *others)
44
- buffer = Net::SSH::Buffer.from(:byte, USERAUTH_REQUEST,
45
- :string, username, :string, next_service, :string, auth_method)
46
-
47
- others.each do |value|
48
- case value
49
- when true, false then buffer.write_bool(value)
50
- when String then buffer.write_string(value)
51
- else raise ArgumentError, "don't know how to write #{value.inspect}"
52
- end
53
- end
54
-
55
- buffer
56
- end
57
-
58
- end
59
-
60
- end; end; end; end
@@ -1,71 +0,0 @@
1
- require 'net/ssh/authentication/methods/abstract'
2
-
3
- module Net
4
- module SSH
5
- module Authentication
6
- module Methods
7
-
8
- # Implements the host-based SSH authentication method.
9
- class Hostbased < Abstract
10
- include Constants
11
-
12
- # Attempts to perform host-based authorization of the user by trying
13
- # all known keys.
14
- def authenticate(next_service, username, password=nil)
15
- return false unless key_manager
16
-
17
- key_manager.each_identity do |identity|
18
- return true if authenticate_with(identity, next_service,
19
- username, key_manager)
20
- end
21
-
22
- return false
23
- end
24
-
25
- private
26
-
27
- # Returns the hostname as reported by the underlying socket.
28
- def hostname
29
- session.transport.socket.client_name
30
- end
31
-
32
- # Attempts to perform host-based authentication of the user, using
33
- # the given host identity (key).
34
- def authenticate_with(identity, next_service, username, key_manager)
35
- debug { "trying hostbased (#{identity.fingerprint})" }
36
- client_username = ENV['USER'] || username
37
-
38
- req = build_request(identity, next_service, username, "#{hostname}.", client_username)
39
- sig_data = Buffer.from(:string, session_id, :raw, req)
40
-
41
- sig = key_manager.sign(identity, sig_data.to_s)
42
-
43
- message = Buffer.from(:raw, req, :string, sig)
44
-
45
- send_message(message)
46
- message = session.next_message
47
-
48
- case message.type
49
- when USERAUTH_SUCCESS
50
- info { "hostbased succeeded (#{identity.fingerprint})" }
51
- return true
52
- when USERAUTH_FAILURE
53
- info { "hostbased failed (#{identity.fingerprint})" }
54
- return false
55
- else
56
- raise Net::SSH::Exception, "unexpected server response to USERAUTH_REQUEST: #{message.type} (#{message.inspect})"
57
- end
58
- end
59
-
60
- # Build the "core" hostbased request string.
61
- def build_request(identity, next_service, username, hostname, client_username)
62
- userauth_request(username, next_service, "hostbased", identity.ssh_type,
63
- Buffer.from(:key, identity).to_s, hostname, client_username).to_s
64
- end
65
-
66
- end
67
-
68
- end
69
- end
70
- end
71
- end
@@ -1,66 +0,0 @@
1
- require 'net/ssh/prompt'
2
- require 'net/ssh/authentication/methods/abstract'
3
-
4
- module Net
5
- module SSH
6
- module Authentication
7
- module Methods
8
-
9
- # Implements the "keyboard-interactive" SSH authentication method.
10
- class KeyboardInteractive < Abstract
11
- include Prompt
12
-
13
- USERAUTH_INFO_REQUEST = 60
14
- USERAUTH_INFO_RESPONSE = 61
15
-
16
- # Attempt to authenticate the given user for the given service.
17
- def authenticate(next_service, username, password=nil)
18
- debug { "trying keyboard-interactive" }
19
- send_message(userauth_request(username, next_service, "keyboard-interactive", "", ""))
20
-
21
- loop do
22
- message = session.next_message
23
-
24
- case message.type
25
- when USERAUTH_SUCCESS
26
- debug { "keyboard-interactive succeeded" }
27
- return true
28
- when USERAUTH_FAILURE
29
- debug { "keyboard-interactive failed" }
30
- return false
31
- when USERAUTH_INFO_REQUEST
32
- name = message.read_string
33
- instruction = message.read_string
34
- debug { "keyboard-interactive info request" }
35
-
36
- unless password
37
- puts(name) unless name.empty?
38
- puts(instruction) unless instruction.empty?
39
- end
40
-
41
- lang_tag = message.read_string
42
- responses =[]
43
-
44
- message.read_long.times do
45
- text = message.read_string
46
- echo = message.read_bool
47
- responses << (password || prompt(text, echo))
48
- end
49
-
50
- # if the password failed the first time around, don't try
51
- # and use it on subsequent requests.
52
- password = nil
53
-
54
- msg = Buffer.from(:byte, USERAUTH_INFO_RESPONSE, :long, responses.length, :string, responses)
55
- send_message(msg)
56
- else
57
- raise Net::SSH::Exception, "unexpected reply in keyboard interactive: #{message.type} (#{message.inspect})"
58
- end
59
- end
60
- end
61
- end
62
-
63
- end
64
- end
65
- end
66
- end
@@ -1,39 +0,0 @@
1
- require 'net/ssh/errors'
2
- require 'net/ssh/authentication/methods/abstract'
3
-
4
- module Net
5
- module SSH
6
- module Authentication
7
- module Methods
8
-
9
- # Implements the "password" SSH authentication method.
10
- class Password < Abstract
11
- # Attempt to authenticate the given user for the given service. If
12
- # the password parameter is nil, this will never do anything except
13
- # return false.
14
- def authenticate(next_service, username, password=nil)
15
- return false unless password
16
-
17
- send_message(userauth_request(username, next_service, "password", false, password))
18
- message = session.next_message
19
-
20
- case message.type
21
- when USERAUTH_SUCCESS
22
- debug { "password succeeded" }
23
- return true
24
- when USERAUTH_FAILURE
25
- debug { "password failed" }
26
- return false
27
- when USERAUTH_PASSWD_CHANGEREQ
28
- debug { "password change request received, failing" }
29
- return false
30
- else
31
- raise Net::SSH::Exception, "unexpected reply to USERAUTH_REQUEST: #{message.type} (#{message.inspect})"
32
- end
33
- end
34
- end
35
-
36
- end
37
- end
38
- end
39
- end
@@ -1,92 +0,0 @@
1
- require 'net/ssh/buffer'
2
- require 'net/ssh/errors'
3
- require 'net/ssh/authentication/methods/abstract'
4
-
5
- module Net
6
- module SSH
7
- module Authentication
8
- module Methods
9
-
10
- # Implements the "publickey" SSH authentication method.
11
- class Publickey < Abstract
12
- # Attempts to perform public-key authentication for the given
13
- # username, trying each identity known to the key manager. If any of
14
- # them succeed, returns +true+, otherwise returns +false+. This
15
- # requires the presence of a key manager.
16
- def authenticate(next_service, username, password=nil)
17
- return false unless key_manager
18
-
19
- key_manager.each_identity do |identity|
20
- return true if authenticate_with(identity, next_service, username)
21
- end
22
-
23
- return false
24
- end
25
-
26
- private
27
-
28
- # Builds a packet that contains the request formatted for sending
29
- # a public-key request to the server.
30
- def build_request(pub_key, username, next_service, has_sig)
31
- blob = Net::SSH::Buffer.new
32
- blob.write_key pub_key
33
-
34
- userauth_request(username, next_service, "publickey", has_sig,
35
- pub_key.ssh_type, blob.to_s)
36
- end
37
-
38
- # Builds and sends a request formatted for a public-key
39
- # authentication request.
40
- def send_request(pub_key, username, next_service, signature=nil)
41
- msg = build_request(pub_key, username, next_service, !signature.nil?)
42
- msg.write_string(signature) if signature
43
- send_message(msg)
44
- end
45
-
46
- # Attempts to perform public-key authentication for the given
47
- # username, with the given identity (public key). Returns +true+ if
48
- # successful, or +false+ otherwise.
49
- def authenticate_with(identity, next_service, username)
50
- debug { "trying publickey (#{identity.fingerprint})" }
51
- send_request(identity, username, next_service)
52
-
53
- message = session.next_message
54
-
55
- case message.type
56
- when USERAUTH_PK_OK
57
- buffer = build_request(identity, username, next_service, true)
58
- sig_data = Net::SSH::Buffer.new
59
- sig_data.write_string(session_id)
60
- sig_data.append(buffer.to_s)
61
-
62
- sig_blob = key_manager.sign(identity, sig_data)
63
-
64
- send_request(identity, username, next_service, sig_blob.to_s)
65
- message = session.next_message
66
-
67
- case message.type
68
- when USERAUTH_SUCCESS
69
- debug { "publickey succeeded (#{identity.fingerprint})" }
70
- return true
71
- when USERAUTH_FAILURE
72
- debug { "publickey failed (#{identity.fingerprint})" }
73
- return false
74
- else
75
- raise Net::SSH::Exception,
76
- "unexpected server response to USERAUTH_REQUEST: #{message.type} (#{message.inspect})"
77
- end
78
-
79
- when USERAUTH_FAILURE
80
- return false
81
-
82
- else
83
- raise Net::SSH::Exception, "unexpected reply to USERAUTH_REQUEST: #{message.type} (#{message.inspect})"
84
- end
85
- end
86
-
87
- end
88
-
89
- end
90
- end
91
- end
92
- end
@@ -1,183 +0,0 @@
1
- require 'dl/import'
2
- require 'dl/struct'
3
-
4
- require 'net/ssh/errors'
5
-
6
- module Net; module SSH; module Authentication
7
-
8
- # This module encapsulates the implementation of a socket factory that
9
- # uses the PuTTY "pageant" utility to obtain information about SSH
10
- # identities.
11
- #
12
- # This code is a slightly modified version of the original implementation
13
- # by Guillaume Mar�ais (guillaume.marcais@free.fr). It is used and
14
- # relicensed by permission.
15
- module Pageant
16
-
17
- # From Putty pageant.c
18
- AGENT_MAX_MSGLEN = 8192
19
- AGENT_COPYDATA_ID = 0x804e50ba
20
-
21
- # The definition of the Windows methods and data structures used in
22
- # communicating with the pageant process.
23
- module Win
24
- extend DL::Importable
25
-
26
- dlload 'user32'
27
- dlload 'kernel32'
28
-
29
- typealias("LPCTSTR", "char *") # From winnt.h
30
- typealias("LPVOID", "void *") # From winnt.h
31
- typealias("LPCVOID", "const void *") # From windef.h
32
- typealias("LRESULT", "long") # From windef.h
33
- typealias("WPARAM", "unsigned int *") # From windef.h
34
- typealias("LPARAM", "long *") # From windef.h
35
- typealias("PDWORD_PTR", "long *") # From basetsd.h
36
-
37
- # From winbase.h, winnt.h
38
- INVALID_HANDLE_VALUE = -1
39
- NULL = nil
40
- PAGE_READWRITE = 0x0004
41
- FILE_MAP_WRITE = 2
42
- WM_COPYDATA = 74
43
-
44
- SMTO_NORMAL = 0 # From winuser.h
45
-
46
- # args: lpClassName, lpWindowName
47
- extern 'HWND FindWindow(LPCTSTR, LPCTSTR)'
48
-
49
- # args: none
50
- extern 'DWORD GetCurrentThreadId()'
51
-
52
- # args: hFile, (ignored), flProtect, dwMaximumSizeHigh,
53
- # dwMaximumSizeLow, lpName
54
- extern 'HANDLE CreateFileMapping(HANDLE, void *, DWORD, DWORD, ' +
55
- 'DWORD, LPCTSTR)'
56
-
57
- # args: hFileMappingObject, dwDesiredAccess, dwFileOffsetHigh,
58
- # dwfileOffsetLow, dwNumberOfBytesToMap
59
- extern 'LPVOID MapViewOfFile(HANDLE, DWORD, DWORD, DWORD, DWORD)'
60
-
61
- # args: lpBaseAddress
62
- extern 'BOOL UnmapViewOfFile(LPCVOID)'
63
-
64
- # args: hObject
65
- extern 'BOOL CloseHandle(HANDLE)'
66
-
67
- # args: hWnd, Msg, wParam, lParam, fuFlags, uTimeout, lpdwResult
68
- extern 'LRESULT SendMessageTimeout(HWND, UINT, WPARAM, LPARAM, ' +
69
- 'UINT, UINT, PDWORD_PTR)'
70
- end
71
-
72
- # This is the pseudo-socket implementation that mimics the interface of
73
- # a socket, translating each request into a Windows messaging call to
74
- # the pageant daemon. This allows pageant support to be implemented
75
- # simply by replacing the socket factory used by the Agent class.
76
- class Socket
77
-
78
- private_class_method :new
79
-
80
- # The factory method for creating a new Socket instance. The location
81
- # parameter is ignored, and is only needed for compatibility with
82
- # the general Socket interface.
83
- def self.open(location=nil)
84
- new
85
- end
86
-
87
- # Create a new instance that communicates with the running pageant
88
- # instance. If no such instance is running, this will cause an error.
89
- def initialize
90
- @win = Win.findWindow("Pageant", "Pageant")
91
-
92
- if @win == 0
93
- raise Net::SSH::Exception,
94
- "pageant process not running"
95
- end
96
-
97
- @res = nil
98
- @pos = 0
99
- end
100
-
101
- # Forwards the data to #send_query, ignoring any arguments after
102
- # the first. Returns 0.
103
- def send(data, *args)
104
- @res = send_query(data)
105
- @pos = 0
106
- end
107
-
108
- # Packages the given query string and sends it to the pageant
109
- # process via the Windows messaging subsystem. The result is
110
- # cached, to be returned piece-wise when #read is called.
111
- def send_query(query)
112
- res = nil
113
- filemap = 0
114
- ptr = nil
115
- id = DL::PtrData.malloc(DL.sizeof("L"))
116
-
117
- mapname = "PageantRequest%08x\000" % Win.getCurrentThreadId()
118
- filemap = Win.createFileMapping(Win::INVALID_HANDLE_VALUE,
119
- Win::NULL,
120
- Win::PAGE_READWRITE, 0,
121
- AGENT_MAX_MSGLEN, mapname)
122
- if filemap == 0
123
- raise Net::SSH::Exception,
124
- "Creation of file mapping failed"
125
- end
126
-
127
- ptr = Win.mapViewOfFile(filemap, Win::FILE_MAP_WRITE, 0, 0,
128
- AGENT_MAX_MSGLEN)
129
-
130
- if ptr.nil? || ptr.null?
131
- raise Net::SSH::Exception, "Mapping of file failed"
132
- end
133
-
134
- ptr[0] = query
135
-
136
- cds = [AGENT_COPYDATA_ID, mapname.size + 1, mapname].
137
- pack("LLp").to_ptr
138
- succ = Win.sendMessageTimeout(@win, Win::WM_COPYDATA, Win::NULL,
139
- cds, Win::SMTO_NORMAL, 5000, id)
140
-
141
- if succ > 0
142
- retlen = 4 + ptr.to_s(4).unpack("N")[0]
143
- res = ptr.to_s(retlen)
144
- end
145
-
146
- return res
147
- ensure
148
- Win.unmapViewOfFile(ptr) unless ptr.nil? || ptr.null?
149
- Win.closeHandle(filemap) if filemap != 0
150
- end
151
-
152
- # Conceptually close the socket. This doesn't really do anthing
153
- # significant, but merely complies with the Socket interface.
154
- def close
155
- @res = nil
156
- @pos = 0
157
- end
158
-
159
- # Conceptually asks if the socket is closed. As with #close,
160
- # this doesn't really do anything significant, but merely
161
- # complies with the Socket interface.
162
- def closed?
163
- @res.nil? && @pos.zero?
164
- end
165
-
166
- # Reads +n+ bytes from the cached result of the last query. If +n+
167
- # is +nil+, returns all remaining data from the last query.
168
- def read(n = nil)
169
- return nil unless @res
170
- if n.nil?
171
- start, @pos = @pos, @res.size
172
- return @res[start..-1]
173
- else
174
- start, @pos = @pos, @pos + n
175
- return @res[start, n]
176
- end
177
- end
178
-
179
- end
180
-
181
- end
182
-
183
- end; end; end