SSH client question

I’ve grown very fond of SecureCRT 4.0 lately, mostly because it supports two forms of scripting: a built in “Expect” interface, that lets you specify simple logon tasks right from the GUI, and support for various scripting languages that can be used from external files, supporting VBScript, Javascript, and Perl.

Unfortunately, I’m being told the list price is too high ($99 US) for a departmental purchase. So, I’ll put it to the teeming millions:

Are there any other recommended SSH clients for Win32 systems out there that support native scripting? Anything free?

I looked around at one time and couldn’t find anything close to SecureCRT functionality-wise. A bit steep, true.

That’s my experience too, I guess. Sometimes I hate when I already know the answer. :frowning:

I don’t know exactly what kind of scripting your are looking for, but perhaps you could use a free client like putty and then do the scripting on the server side? If your tasks change from login to login then it will ofcouse not be that easy.

We already use Putty, actually. The gap I’m trying to fix is client side scripting, because we spend a lot of time connecting to various machines during emergencies. I want to automate certain things, especially logins, so that you can “one click” your way into many machines at once, for example. Since we usually have to piggy back off a central server, the login process is even more onerous (having to login twice for a dozen servers takes a couple minutes). With SecureCRT I can literally click on a shortcut, enter my password once, and have consoles automatically open to all servers necessary within seconds, ready to go.

Looks like I’ll need to either shell out the bucks for SecureCRT or start coding something myself, though. I was hoping something out there for closer to $30-40 would exist, though. :frowning: