Questions tagged [pssh]

Parallel SSH or PSSH, allows to execute commands on multiple linux hosts in parallel at the same time.

From the Linux HowTo guide:

OpenSSH is one of the most widely used and powerful tool available for Linux, that allows you to connect securely to remote Linux systems via a shell and allows you to transfer files securely to and from remote systems.

But the biggest disadvantages of OpenSSH is that, you cannot execute same command on multiple hosts at one go and OpenSSH is not developed to perform such tasks. This is where Parallel SSH or PSSH tool comes in handy, is a python based application, which allows you to execute commands on multiple hosts in parallel at the same time.

GitHub

31 questions
-1
votes
1 answer

Extract linux (admin) users report for remote hosts

I am trying to find the best way to extract a report of Linux users and also which one of them are admin. The targets are Debian (8,9) and Ubuntu (18,20). The final report would be very long, so I want the hostname in the first line, to identify…
RookieRoo
  • 161
  • 1
  • 6
1 2
3