04-05-2020, 01:10 PM
(04-05-2020, 01:03 PM)Coustard Wrote: No problem, Kent. I very much appreciate your help and I learned a few things along the way.
Now delving in to SSH keys so I can script the whole process with minimum interaction. It's a brave new world...
Cheers,
Roger
I was just about to suggest you looking into the cool tricks you can do with ssh (the man page is almost 1000 lines!). You can "automagically" launch a series of commands on a remote host in a one-line command from your local host. Perfect for scripting.
Regards,
Kent