lisausa-knife-plugins 0.0.6 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/chef/knife/setup_ssh.rb +2 -1
- data/lib/lisausa_knife_plugins.rb +1 -1
- metadata +3 -3
data/lib/chef/knife/setup_ssh.rb
CHANGED
@@ -44,7 +44,8 @@ class LisausaKnifePlugins::SetupSsh < ::Chef::Knife
|
|
44
44
|
ssh_config.push [
|
45
45
|
"Host *.lisausa.net",
|
46
46
|
" IdentitiesOnly yes",
|
47
|
-
" PasswordAuthentication no"
|
47
|
+
" PasswordAuthentication no",
|
48
|
+
" ForwardAgent yes"
|
48
49
|
]
|
49
50
|
ssh_config.push " IdentityFile #{c[:identity_file]}" if c[:identity_file]
|
50
51
|
ssh_config.push " User #{c[:ssh_user]}" if c[:ssh_user]
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lisausa-knife-plugins
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.7
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -90,7 +90,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
90
90
|
version: '0'
|
91
91
|
segments:
|
92
92
|
- 0
|
93
|
-
hash:
|
93
|
+
hash: 4016394671146519617
|
94
94
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
95
95
|
none: false
|
96
96
|
requirements:
|
@@ -99,7 +99,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
99
99
|
version: '0'
|
100
100
|
segments:
|
101
101
|
- 0
|
102
|
-
hash:
|
102
|
+
hash: 4016394671146519617
|
103
103
|
requirements: []
|
104
104
|
rubyforge_project:
|
105
105
|
rubygems_version: 1.8.23
|