The multiple-machines tag has no wiki summary.
3
votes
3answers
80 views
monitor and watch multiple systems continuously
As part of my work and collaborations and universities I've attended, I have access to many machines, about 13 or so. These are all Linux machines and I could ssh using my key-pair. There are a bunch ...
10
votes
3answers
441 views
ssh via multiple hosts
To get to my machine in my office, at the moment I am doing this:
me@home:~$ ssh unix.university.com
me@unix:~$ ssh unix.department.univeristy.com
me@unix.department:~$ ssh ...
6
votes
1answer
129 views
Managing and applying custom updates to multiple identical machines
I work at a library where we have just recently setup 5 kiosk's based on linuxmint.
The hardware is identical. I actually used DD to make an image after I set the first one up.
My Problem is, I now ...