Alain Knaff wrote:
On Wednesday 15 September 2004 08:51, sistemista windows/linux cosenz int.5834 wrote:
Hi everybody. I have to clone a large number of machines, so i installed udpcast on the linux partition of my dual boot machines. I'd like, from the server, to do something like this:
for i in `seq 0 9`; do ssh machine$i "udp-receiver -f /dev/hda1"; done
^ I suppose your mean "&" here...
Or use the -f option to ssh, which is imho a better solution. Although, you probably already make use of certicates for this, if you don't you would first need to type passwords and -f will wait untill you authenticated before backgrounding the ssh process.