Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Recommend ssh client with session/automation

  • 30-03-2007 11:18am
    #1
    Registered Users, Registered Users 2 Posts: 6,532 ✭✭✭


    Right now I am trialling SecureCRT ssh client for Windows.
    The big feature is the session/automation support, something like bookmarks in a browser (see attached screenshot). I double click on a session name and it logs me in, runs a few commands and gets my environment set up ready to do. Without this automation I'd be doing a bunch of typing each time I connected to one of my many machines. I log into the machines many times a day. It costs about 100 euro.

    Is there a freeware/open source app that has similar automation? I have putty but that doesn't have the same session/automation support (at least not AFAIK). Correct me if I am wrong.

    Does anyone have a recommendation for a free ssh client for Windows with the session feature that SecureCRT has?

    (also posted at Windows forum)


Comments

  • Closed Accounts Posts: 97 ✭✭koloughlin


    You can save sessions in putty. When you've got your configuration set up the way you want it click on session in the left pane, type a name for your session under the "Saved Sessions" box on the right pane and click save.

    The next time you use putty you can just double click that session name.

    For setting up the environment I normally put that in the .bash_profile (for bash) or .profile (for bourne) of the user I'm logging in as. The advantage of this is that it becomes independent of the ssh client you connect with.

    Looking at putty it looks like you can set environment variables under Connection > Data and you can send remote commands under Connection > SSH, but I've never tried either of those two options.


Advertisement