summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/taskmanager/tasks/RemoteReboot.java
Commit message (Collapse)AuthorAgeFilesLines
* Add names to all ThreadPool threadsSimon Rettberg2023-02-151-2/+4
|
* [RemoteExec/RemoteReboot] switch to fork of JSch to support more key formatsUdo Walter2021-03-161-15/+0Star
|
* [RemoteExec/RemoteReboot] convert ssh key to a format supported by JSchUdo Walter2021-03-101-1/+16
|
* Simplify some code, remove unused stuffSimon Rettberg2019-12-101-3/+1Star
|
* [CompileIPxe*] Separate legacy pxelinux and new ipxe-only approachSimon Rettberg2019-02-121-11/+26
|
* [RemoteReboot] Refactor, better cleanupSimon Rettberg2018-04-191-18/+28
|
* [RemoteReboot] Fix formattingSimon Rettberg2018-04-051-16/+20
|
* [RemoteReboot] Switched from the jcabi-ssh library to the jsch library.Udo Walter2018-03-271-10/+44
|
* Update for WS17/18 (systemctl, rebootctl)Simon Rettberg2017-12-061-2/+3
|
* [RemoteReboot] Apply code formattingSimon Rettberg2017-04-111-59/+68
|
* [RemoteReboot] Use idleaction scripts, more error handling/loggingSimon Rettberg2017-04-111-12/+30
|
* [RemoteReboot] Give up online check after 3 minutes, try more portsSimon Rettberg2017-04-081-39/+71
|
* [RemoteReboot] Introduce class for client list, enum for status, some sanity ↵Simon Rettberg2017-04-081-33/+54
| | | | checks
* Add RemoteReboot taskUdo Walter2017-02-141-0/+162