You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wrote a script that runs a batch of commands over ssh, to run the fan commands on my servers. It might be useful to others too. It's written generically, so it's not iLO specific, it can work with any ssh console, any number of hosts can be scripted using per-host configs in /etc and a systemd instantiated service. It's written in Tcl/expect and doesn't just run the commands blindly, but waits for a prompt (can be configured per-host) and also passes through the ssh known hosts authentication prompt interactively (which is prompted by ssh on first connection). I documented how to set it up with iLO (with public key login) in the readme. https://github.com/jjakob/ssh-batch
The text was updated successfully, but these errors were encountered:
I wrote a script that runs a batch of commands over ssh, to run the fan commands on my servers. It might be useful to others too. It's written generically, so it's not iLO specific, it can work with any ssh console, any number of hosts can be scripted using per-host configs in /etc and a systemd instantiated service. It's written in Tcl/expect and doesn't just run the commands blindly, but waits for a prompt (can be configured per-host) and also passes through the ssh known hosts authentication prompt interactively (which is prompted by ssh on first connection). I documented how to set it up with iLO (with public key login) in the readme.
https://github.com/jjakob/ssh-batch
The text was updated successfully, but these errors were encountered: