tvd-ssh 0.0.9 → 0.0.10
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,5 @@
|
|
1
|
-
<% node[:secrets][:ssh][:hosts].each do |name, config| %>
|
1
|
+
<% node[:secrets][:ssh][:hosts].sort.each do |name, config| %>
|
2
|
+
|
2
3
|
Host <%= name %>
|
3
4
|
User <%= config[:username] || node[:secrets][:username] %>
|
4
5
|
Port <%= config[:ssh_port] %>
|
@@ -6,7 +7,6 @@ Host <%= name %>
|
|
6
7
|
ForwardAgent <%= config[:forward_agent] ? "yes" : "no" %>
|
7
8
|
ForwardX11 <%= config[:forward_x11] ? "yes" : "no" %>
|
8
9
|
<% if config[:ssh_address] %>Hostname <%= config[:ssh_address] %><% end %>
|
9
|
-
|
10
10
|
<% end %>
|
11
11
|
|
12
12
|
Host *
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tvd-ssh
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 11
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 10
|
10
|
+
version: 0.0.10
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Tom Bombadil
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2012-02-
|
18
|
+
date: 2012-02-29 00:00:00 +00:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|