Re: SSH and reattaching screen

2010-03-29 Thread xepo
I realize this is a really old thread, but I'm having the same problem now with the latest version of screen (4.0.3-5) and cygwin (uname -srv = CYGWIN_NT-5.1 1.7.2(0.225/5/3) 2010-03-24 21:12), and this is the first google result, so I wanna post this somewhere that people will find it. screen -D

Re: SSH and reattaching screen

2008-08-21 Thread Derek Schrock
alias sshhs='ssh -t domain.com '\''screen -DRR session || screen -S session bash '\''' -DRR seemed to fix the problem I don't like using -DRR because I don't really know what it means "Do whatever it takes." Is it creating some kinda memory leak that -Dr wasn't? We'll see how long DRR works On T

Re: SSH and reattaching screen

2008-08-21 Thread Andrew Schulman
> Is there a known problem with Cygwin's SSH and trying to reattach to > screen sessions? This seems to be a random occurrence but while > trying to reattach to a screen session screen will hang indefinitely. > I'm using ssh on a Mac OS X 10.5.4 system to ssh into a Windows 2003 > Cygwin installat