search for: ec01b26

Displaying 1 result from an estimated 1 matches for "ec01b26".

2009 Jul 06
0
[PATCH node] Disables SSH by default, and allows for enabling at firstboot. rhbz#509842
...rapper %{_sbindir}/ovirt-config-collectd +%{_sbindir}/ovirt-config-enable-ssh %{_sbindir}/ovirt-config-hostname %{_sbindir}/ovirt-config-logging %{_sbindir}/ovirt-config-networking diff --git a/scripts/ovirt-config-enable-ssh b/scripts/ovirt-config-enable-ssh new file mode 100755 index 0000000..ec01b26 --- /dev/null +++ b/scripts/ovirt-config-enable-ssh @@ -0,0 +1,46 @@ +#!/bin/bash +# +# Iterates over the list of network devices on the node and prompts the user +# to configure each. + +. /etc/init.d/ovirt-functions + +ME=$(basename "$0") +warn() { printf '%s: %s\n' "$ME&qu...