smart_proxy_remote_execution_ssh 0.11.1 → 0.11.3
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a44e8072b7eccb341e63dd4c1b61bbec636b5bd9a893a82164770460de13c2cc
|
4
|
+
data.tar.gz: c6aabe34bae0130ef13c9d3484fee7ac2a5f2776b36fe2e9a7f6f55e1794a0a2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c825b59f950f9b583f20b7d2201958d8dbf5e743b6866050acdc4b17f96948ddffa9db3b62ba66c1b28a9544173910a563cac6919af31a94b8eb126043d7bb03
|
7
|
+
data.tar.gz: f1212d6f0a68e521edb27124d8e23808c82d7ddc9d05a48c9e413e4c7878a0d3f65263a8dd5cf03c6937b0c0a234aa59fc9e95ecbc24a3bc382e59d14d4302de
|
@@ -161,7 +161,6 @@ module Proxy::RemoteExecution::Ssh::Runners
|
|
161
161
|
ssh_options << "-o ControlMaster=auto"
|
162
162
|
ssh_options << "-o ControlPath=#{socket_file}"
|
163
163
|
ssh_options << "-o ControlPersist=yes"
|
164
|
-
ssh_options << "-o ProxyCommand=none"
|
165
164
|
ssh_options << "-o ServerAliveInterval=15"
|
166
165
|
ssh_options << "-o ServerAliveCountMax=3" # This is the default, but let's be explicit
|
167
166
|
@establish_ssh_options = ssh_options
|
@@ -185,7 +185,7 @@ module Proxy::RemoteExecution::Ssh::Runners
|
|
185
185
|
@pid_path = File.join(File.dirname(@remote_script), 'pid')
|
186
186
|
su_method = @user_method.instance_of?(SuUserMethod)
|
187
187
|
wrapper = <<~SCRIPT
|
188
|
-
if [ "$1"
|
188
|
+
if [ "$1" = "inner" ]; then
|
189
189
|
echo \$$ > #{@pid_path}
|
190
190
|
(
|
191
191
|
#{@user_method.cli_command_prefix}#{su_method ? "'exec #{@remote_script} < /dev/null '" : "#{@remote_script} < /dev/null"}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: smart_proxy_remote_execution_ssh
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.11.
|
4
|
+
version: 0.11.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ivan Nečas
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-09-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|