remote ssh commands
Nadim Hoque
nadimhoque at gmail.com
Tue May 31 21:22:34 MST 2016
Fellow Pluggers,
So I am trying to perform a remote poweroff command and for some reason the
host powers itself off. I am able to run another command such as yum just
fine but when I try to execute the poweroff command the host turns off as
well. Below is the script that I am running
#!/bin/bash
for server in $(cat serverlist.txt); do
ssh $server.localdomain 'yum update -y && poweroff'
done
Also note that the serverlist.txt does not contain the host itself. Thanks
for the help.
Nadim Hoque
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.phxlinux.org/pipermail/plug-discuss/attachments/20160531/0146703c/attachment.html>
More information about the PLUG-discuss
mailing list