https://github.com/theforeman/smart_proxy_remote_execution_ssh
SSH remote execution provider for Foreman smart proxy
https://github.com/theforeman/smart_proxy_remote_execution_ssh
hacktoberfest
Last synced: 3 months ago
JSON representation
SSH remote execution provider for Foreman smart proxy
- Host: GitHub
- URL: https://github.com/theforeman/smart_proxy_remote_execution_ssh
- Owner: theforeman
- License: gpl-3.0
- Created: 2015-07-15T13:23:11.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-02-28T14:50:13.000Z (7 months ago)
- Last Synced: 2025-06-03T21:12:24.634Z (4 months ago)
- Topics: hacktoberfest
- Language: Ruby
- Size: 232 KB
- Stars: 8
- Watchers: 9
- Forks: 26
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](http://ci.theforeman.org/job/test_plugin_smart_proxy_remote_execution_ssh_master)
[](https://rubygems.org/gems/smart_proxy_remote_execution_ssh)
[](https://codeclimate.com/github/theforeman/smart_proxy_remote_execution_ssh)
[](https://github.com/theforeman/smart_proxy_remote_execution_ssh/blob/master/LICENSE)# Smart-proxy Ssh plugin
This a plugin for foreman smart-proxy allowing using ssh for the
[remote execution](http://theforeman.github.io/foreman_remote_execution/)## Installation
Add this line to your smart proxy bundler.d/ssh.rb gemfile:
```ruby
gem 'smart_proxy_dynflow', :git => 'https://github.com/theforeman/smart_proxy_dynflow.git'
gem 'smart_proxy_dynflow_core', :git => 'https://github.com/theforeman/smart_proxy_dynflow.git'
gem 'foreman_remote_execution_core', :git => 'https://github.com/theforeman/foreman_remote_execution.git'
gem 'smart_proxy_remote_execution_ssh', :git => 'https://github.com/theforeman/smart_proxy_remote_execution_ssh.git'
```Enable the plugins in your smart proxy:
```bash
cat > config/settings.d/dynflow.yml < config/settings.d/remote_execution_ssh.yml <