Displaying 4 results from an estimated 4 matches for "ssh_cmd".
2009 Jun 03
1
[PATCH server] ovirt server installer autobuild integration
...i
+# restore to checkout
mv conf/ovirt-rails.sysconf.orig conf/ovirt-rails.sysconf
+
+############## setup new vm to test installer
+
+# setup parameters to ssh to vm
+SSHKEY=~/.ssh/id_autobuild
+remote_target="root at 192.168.122.190" # should be an address on default libvirt network
+ssh_cmd="ssh -i $SSHKEY -o StrictHostKeyChecking=no \
+ -o UserKnownHostsFile=/dev/null $remote_target"
+scp_cmd="scp -i $SSHKEY -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null"
+
+# generate new ssh key if not found
+if [ ! -r $SSHKEY ]; then
+ mkdir -p $(dirna...
2020 Jun 09
1
Rsync sometimes decides to delete all data
...backup server
nightly.
Lately one of them misbehaves.
Server rsync: rsync version 3.1.2 protocol version 31
Client rsync: rsync version 3.1.3 protocol version 31
Command used:
rsync --numeric-ids --delete --delete-excluded --delete-after -f "merge
${BUFFER}" --stats -e "${SSH_CMD}" root@${BACKUP_HOST}:/ $BACKUPROOT/
Sometimes when I run this script from the server it just decides to
delete ALL files what it already have and sync is done.
I run it again couple of minutes after it syncs everything.
What can cause such a behavior? I can of course remove the delete
di...
2015 Oct 16
2
Is there any solution, or even work on, limiting which keys gets forwarded where?
On Thu, Oct 15, 2015 at 07:02:58PM -0400, Nico Kadel-Garcia wrote:
> On Thu, Oct 15, 2015 at 10:34 AM, hubert depesz lubaczewski
> <depesz at depesz.com> wrote:
> > Hi,
> >
> > I'm in a situation where I'm using multiple SSH keys, each to connect to
> > different set of servers.
> >
> > I can't load/unload keys on demand, as I usually am
2009 Sep 09
1
oVirt Appliance / Single Machine Install
The following two patches fixes / reimplements the oVirt appliance
project, installing the entire oVirt stack including all server
and node components on one machine.
These patches are intended to be checked out and used to build
the appliance rpm, after which it is installed provides the
/usr/sbin/ovirt-appliance-ctrl script to install/uninstall the
appliance.
The first patch merely removes