Re: SSH and reattaching screen

2010-03-29 Thread xepo
, in /tmp/uscreens. >> >> HTH, >> Andrew. >> >> >> -- >> Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple >> Problem reports: http://cygwin.com/problems.html >> Documentation: http://cygwin.com/docs.html >> FAQ:

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

SSH and reattaching screen

2008-08-20 Thread Derek Schrock
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 installation. Usin