linecook-gem 0.3.8 → 0.3.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ffe98ac1329fd409f29ff222ed61dca135a8c45e
4
- data.tar.gz: 7e0801cc9035020bf8ac2cac0627168aa0633546
3
+ metadata.gz: 2059410d94da5f8b682ceca77d7ef7edb2be67cc
4
+ data.tar.gz: ce2a14752b5dd5258fe1965a59996dee68cd07ca
5
5
  SHA512:
6
- metadata.gz: 351cd7817d1ce3a771b919ca0af50c9fc9279cbf7ff1c8f2eecadf81f069e258a9327ecfcab9ed42e799d5d010a1322eee112713704d95a37542722c0d5a0e59
7
- data.tar.gz: a113745322fecad8e56684d8be4ddf9f4c5304e68dc10b8cfe40908a8ee9cc1f804526c4768c43b41f90c81483b98210a8eb93ffeac8a16b20252ca39add4357
6
+ metadata.gz: b516374fdbab3a83ed39e5b9a732d9c7cfdc17eb8f56cb368f00296df58094e22713f480a6bca0acded5293d1dad8d6d45f481f10ebf029e37cc6692be4114b5
7
+ data.tar.gz: 5c804315b2eabd88325cd6b80b6159ab047c0eed02f51704263885ec3133635d5a4397f485f3cda9683635463e8d1260e5c7ab2f5fe487044c349e3b13222e76
@@ -179,7 +179,9 @@ module Linecook
179
179
  end
180
180
 
181
181
  def proxy_command(proxy)
182
- ssh_command = "ssh #{"-i #{@keyfile}" if @keyfile} #{proxy.username}@#{proxy.hostname} nc %h %p"
182
+ ssh_command = "ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no #{"-i #{@keyfile}" if @keyfile} #{proxy.username}@#{proxy.hostname} nc %h %p"
183
+
184
+
183
185
  Net::SSH::Proxy::Command.new(ssh_command)
184
186
  end
185
187
  end
@@ -1,3 +1,3 @@
1
1
  module Linecook
2
- VERSION = '0.3.8'
2
+ VERSION = '0.3.9'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: linecook-gem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.8
4
+ version: 0.3.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dale Hamel