Best way to make a script to SSH?

Posted by Paul on Stack Overflow See other posts from Stack Overflow or by Paul
Published on 2010-05-13T22:40:13Z Indexed on 2010/05/13 22:44 UTC
Read the original article Hit count: 117

Filed under:
|
|
|

My university has quite a lot files (like past papers etc) which I need to be on the uni network to access them. I ssh, using port forwarding, into the network and set my browser (Firefox) to go through that port. I know it would be quite easy to write something in most languages that would enter the command into a terminal, but which language/method could I use to make this happen? I expect some sort of scripting language could but I really know nothing about them, but I'd be willing to learn one just to have a little fun with this.

I'm using a cygwin terminal on Windows 7, if that will make a difference.

To neaten up my question: Which language would be best to acheive the above effect? Not necessarily the best, just possible and relatively simple to learn. I used the word best so I suppose I'll put a subjective tag.

© Stack Overflow or respective owner

Related posts about ssh

Related posts about cygwin