Port details |
- rubygem-bolt Execute commands remotely over SSH and WinRM
- 3.30.0_3 sysutils =3 3.30.0_1Version of this port present on the latest quarterly branch.
- Maintainer: puppet@FreeBSD.org
- Port Added: 2019-04-30 01:26:37
- Last Update: 2024-10-31 02:58:24
- Commit Hash: fd9b8b1
- People watching this port, also watch:: xcb-util-image, autoconf, libssh, p5-MIME-Tools, woff2
- Also Listed In: rubygems
- License: APACHE20
- WWW:
- https://github.com/puppetlabs/bolt
- Description:
- Bolt is a Ruby command-line tool for executing commands, scripts, and tasks on
remote systems using SSH and WinRM.
- Executes commands on remote *nix and Windows systems.
- Distributes and execute scripts, such as Bash, PowerShell, Python.
- Scales to more than 1000 concurrent connections.
- Supports industry standard protocols (SSH/SCP, WinRM/PSRP) and
authentication methods (password, publickey).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-bolt>0:sysutils/rubygem-bolt
- To install the port:
- cd /usr/ports/sysutils/rubygem-bolt/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/rubygem-bolt
- pkg install rubygem-bolt
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-bolt
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1718594810
SHA256 (rubygem/bolt-3.30.0.gem) = 082f139f4eebf898377cce635ca537c02cf86a571faee85f1865b5e06b253a4f
SIZE (rubygem/bolt-3.30.0.gem) = 251392
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Runtime dependencies:
-
- r10k : sysutils/rubygem-r10k
- rubygem-addressable>=2.5 : www/rubygem-addressable
- rubygem-aws-sdk-ec2>1 : devel/rubygem-aws-sdk-ec2
- rubygem-CFPropertyList>=2.2 : devel/rubygem-CFPropertyList
- rubygem-concurrent-ruby11>=1.0 : devel/rubygem-concurrent-ruby11
- rubygem-ffi>=1.13<2 : devel/rubygem-ffi
- rubygem-hiera-eyaml>=3 : sysutils/rubygem-hiera-eyaml
- rubygem-jwt>=2.2 : www/rubygem-jwt
- rubygem-logging>=2.2 : devel/rubygem-logging
- rubygem-minitar>=0.6 : archivers/rubygem-minitar
- rubygem-net-scp>=1.2<5 : security/rubygem-net-scp
- rubygem-net-ssh6>=4.0<8 : security/rubygem-net-ssh6
- rubygem-net-ssh-krb>=0.5 : security/rubygem-net-ssh-krb
- rubygem-orchestrator_client>=0.5 : net/rubygem-orchestrator_client
- rubygem-puppet-resource_api>=1.8.1 : devel/rubygem-puppet-resource_api
- rubygem-puppet-strings>=2.3.0 : textproc/rubygem-puppet-strings
- rubygem-puppetfile-resolver>=0.6.2 : sysutils/rubygem-puppetfile-resolver
- rubygem-ruby_smb>=1.0 : net/rubygem-ruby_smb
- rubygem-terminal-table>=3.0<4 : textproc/rubygem-terminal-table
- rubygem-winrm-fs>=1.3 : sysutils/rubygem-winrm-fs
- rubygem-winrm>=2.0 : sysutils/rubygem-winrm
- puppet : sysutils/puppet8
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
-
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for rubygem-bolt-3.30.0_3:
====> Options available for the single PUPPET: you have to select exactly one of them
PUPPET7=off: Depend on sysutils/puppet7
PUPPET8=on: Depend on sysutils/puppet8
===> Use 'make config' to modify these settings
- Options name:
- sysutils_rubygem-bolt
- USES:
- gem shebangfix
- pkg-message:
- For install:
- This port depends on security/rubygem-net-ssh which has stricter defaults that
OpenSSH: when using strict host key checking, security/rubygem-net-ssh will
refuse the connexion if both the remote host name and IP address are not on the
same line of a known_host file.
security/rubygem-net-ssh added support for disabling strict host key checking
in version 5.2.0, however this setting is still enabled by default because
upstream OpenSSH has it enabled by default. However, FreeBSD ships with a
modified version of OpenSSH where strict host key checking is disabled by
default. As a result:
- When adding an entry for a new host, only the host name is added in the
known_host file;
- The absence of CheckHostIP in the SSH configuration means the feature is
disabled while such absence is generally the indication of the feature
being enabled.
As a consequence, host key verification may need additional work:
- When using security/rubygem-net-ssh < 5.2.0, either:
- Disable host key checking totally (--no-host-key-check parameter of the
bolt command);
- Update your remote host entries in the known_hosts file to use the
format:
<host-name>,<IP address> <key-type> <key>
- When using security/rubygem-net-ssh >= 5.2.0
- Add "CheckHostIP no" to your SSH client configuration file
(/etc/ssh/ssh_config or ~/.ssh/config).
Some future version of security/rubygem-net-ssh should drop strict host key
checking entirely, for more details, see:
https://github.com/net-ssh/net-ssh/pull/663
- Master Sites:
|