|
Rob Kampen |
at Feb 6, 2012 at 7:14 pm
|
⇧ |
| |
On 02/07/2012 01:04 PM, Fajar Priyanto wrote:
Hi all,
I have an issue where I need to find an easy way to change ssh
password in 3 different machines at the same time, at least in one go.
Is there such tool? Preferably Web based.
Joking - right?
1. Why are you using password based authentication on ssh - these
machines must be on an isolated network and not accessible from the
internet otherwise the script kiddies will target you and compromise
your systems.
2. use webmin if you really need web based admin tools - but even here
it pays to block the webmin port (usually 10000) via your firewall and
use VPN or ssh tunnelling to gain access.
3. use private/public keys for ssh authentication - once set up, much
more secure and easier to operate.