Simple automation utility to login multiple ssh clients. I have to do it regularly because otherwise account would expire. thats it. Oh and sometimes i do not remember what my password is so added alt just in case.
[========]
Modify your config.yaml:
hosts:
- host1
- host2
port: 22
user: user
pass: pass
alt: pass2
I use two tasks:
- gradle eclipse run - to check real quick and update eclipse dependencies
- gradle fatJar - to package everything into a single jar. Config should place next to it.
java -jar keepmypci-all-1.0.jar