-
mfillpot
-
RE: Need help with this shell script
-
We all forget little things like that every once in a while, I would also like to recommend adding your the remote server to your hosts file and adding port entries to your ssh.conf file for the remote hosts.
In addition, have you considered using an array of values for remote hosts in the script? this would make it easier to add additional hosts and reduce the redundancy.
-
5 hours ago
We all forget little things like that every once in a while, I would also like to recommend adding your the remote server to your hosts file and adding port entries to your ssh.conf file for the remote hosts.
In addition, have you considered using an array of values for remote hosts in the script? this would make it easier to add additional hosts and reduce the redundancy.