Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


What to do when putty freezes?
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

What to do when putty freezes?

rahulksrahulks Member

title says it.i cant remember the key combination.

Comments

  • Ctrl c?

  • perennateperennate Member, Host Rep

    If Putty itself freezes then alt+f4

  • MunMun Member

    Is putty freezing or is something else in the SSH session freezing?

  • Ctrl-Q should free the queue

  • never had putty freeze!

  • BlazeMuisBlazeMuis Member
    edited June 2013

    @asterisk14 said:
    never had putty freeze!

    Good, want an icecream now?
    That'll make yo brain freeze

  • Yeah control q recovers from control s

  • DalCompDalComp Member
    edited June 2013

    Alt+F4

    Reopen

    screen -x

  • JanevskiJanevski Member
    edited June 2013

    @rahulks said:
    title says it.i cant remember the key combination.

    If putty freezes for no apparent reason while idle, it might be a stateful firewall TCP timeout. Then You must configure under Connection>Enable TCP Keepalives and Connection>Seconds Between Intervals put it to let's say 15 seconds, that should be quite low. Now You should save the settings as premanent and establish a new session.

    If putty gets "stuck" because it waits stdout output from running program then Ctrl+C to kill the program, or Ctrl+Z to suspend that running process to background, then bg to unsuspend the process and leave it to background, or fg to unsuspend and bring it back to foreground.

    Thanked by 1natestamm
Sign In or Register to comment.