I am a java developer and am assigned to work on a project in which I need to programmatically ssh into linux boxes and run some unix commands. After the commands have run, the output of the commands should be collected and displayed on the UI.
I saw a library called sshxcute which can be used to accomplish this. My questions are:
- Is there a better solution than Java based for this kind of requirements like Nodejs or Ruby on Rails
-
Can get the real time logs from the system where the command is getting executed than getting the logs are the commands have been run.
-
Can run multiple parallel process on the machines asynchronously.
Aucun commentaire:
Enregistrer un commentaire