sshkit 0.0.28 → 0.0.29

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 76494d54c7765c7a40e8ce0af8e92ec6be7338d6
4
- data.tar.gz: 7bf471a3c5ce8c69d25c69020a06726042e2d972
3
+ metadata.gz: 2209b745253486281551f9d09112eaf4b5f7f172
4
+ data.tar.gz: 9808d4c127a1dfec74d4592a5899b93890bbeed9
5
5
  SHA512:
6
- metadata.gz: 7b73ec8c558fe9ca2e94a07b3ff283770e77f38e47f3d014431a8be3be76898920a2750567535a418917ce3b485906fc51215181b775cefc6bea5472d8cbc5a9
7
- data.tar.gz: 1578f07fed0e1b002c63603bfca45dba675cce2baff066e8a7fcd5b5cb13948def88d427a28400c3fb03b6cf4e34a4a533ad3afe993c0970b93610bc2bee9395
6
+ metadata.gz: e20d78195598548603137e94862e8402d7935b15b8481b3224045092b4f16011654b9fec5cdd5dd67b81c6272e0e4a6ecb8add478891abe06e938ed372be0a47
7
+ data.tar.gz: 7a8224001a594fa635afcd69199cb40873fa0870e4f05b5f1a81a00e8a448bb6a1797b7b535a5d8ed9fff7a18b07a2411312c3973842877fd27f86127b2755cd
data/lib/sshkit/host.rb CHANGED
@@ -72,10 +72,11 @@ module SSHKit
72
72
 
73
73
  def netssh_options
74
74
  {}.tap do |sho|
75
- sho[:keys] = keys if keys.any?
76
- sho[:port] = port if port
77
- sho[:user] = user if user
78
- sho[:password] = password if password
75
+ sho[:keys] = keys if keys.any?
76
+ sho[:port] = port if port
77
+ sho[:user] = user if user
78
+ sho[:password] = password if password
79
+ sho[:forward_agent] = true
79
80
  end
80
81
  end
81
82
 
@@ -1,3 +1,3 @@
1
1
  module SSHKit
2
- VERSION = "0.0.28"
2
+ VERSION = "0.0.29"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sshkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.28
4
+ version: 0.0.29
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lee Hambley
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-06-24 00:00:00.000000000 Z
12
+ date: 2013-06-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: net-ssh