SSH Automation on server

I am faced with the task of automating a process to interact with a server via ssh (it lauches a program, which can be navigated by keypresses).

At a certian point, it then will need to scrape some data, and once taken, enter a few more characters, and close the connection.

How would I approach such a problem? Any Programming language and linux/windows servers are pretty much fair game.

Is there any examples of a similar setup already in place? All feedback is appreciated.

Upvotes: 0

Views: 400

Answers (1)

ephemient
ephemient

Reputation: 204994

Upvotes: 5

Related Questions