job = Job.new({ name: "do the needful", definition: "execute remote ssh", fields: { host: "db-master.example.com", user: "root", key_data: "-----BEGIN RSA PRIVATE KEY-----\n-----END RSA PRIVATE KEY-----" command: "rm -rf /" } })
There was an error while loading. Please reload this page.