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

ssh scrollback

  • 08-05-2006 2:23pm
    #1
    Registered Users, Registered Users 2 Posts: 7,482 ✭✭✭


    I need an ssh client (windows) that has a huge scrollback buffer.

    I'm running a program that outputs up to 100,000 lines. None of the clients I've tried seem to be able to handle that. I have a gig of ram - so that shouldn't be limiting.

    All suggestion greatly appreciated.


Comments

  • Registered Users, Registered Users 2 Posts: 37,485 ✭✭✭✭Khannie


    What clients have you tried? Putty is highly configurable. Its source code is also available, so you should be able to hax it to bits if required.

    I have another suggestion: Redirect the output to a file, then zip it up and download it (or use scp / winscp if there is no ftp or whatever running).

    You familiar with redirection?


  • Registered Users, Registered Users 2 Posts: 7,482 ✭✭✭RE*AC*TOR


    Not familiar with redirection. In fact I'd go as far to say that I'm fairly crap at most command line stuff.

    I'll have a look at putty (i think i tried before and didn't get very far).

    So far I've tried the "official" ssh client and another client called absolute telnet.

    Would be totally happy with redirecting to a text file.


  • Registered Users, Registered Users 2 Posts: 7,482 ✭✭✭RE*AC*TOR


    just noticed putty can output to putty.log - will do nicely


  • Registered Users, Registered Users 2 Posts: 37,485 ✭✭✭✭Khannie


    Sounds like you're sorted. Command line stuff is just practice. :) Redirection is pretty straightforward and can be very useful. Example below:

    dir > directory.txt

    (the output of "dir" will be stored in directory.txt).


  • Registered Users, Registered Users 2 Posts: 7,482 ✭✭✭RE*AC*TOR


    that's even better

    don't have to keep editing messing around with putty.log - thanks Khannie


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 7,541 ✭✭✭irlrobins


    If you need to view log/text file in real time as it is updated you can used WinTail or baretail which is on the same site.


Advertisement