Freezing after synchronization, before checklist but [SOLVED]
Just want to report a puzzling problem.
WinSCP was working fine with my Gentoo Linux box until last night. It synchronized files, then seemed to freeze before presenting the checklist. Task Manager reported no problems, and the log file showed no errors.
I tested with a connection to my University's xserver array, and WinSCP worked fine.
The solution was remembering that I updated my Gentoo installation. As part of that
WinSCP started working again, flawlessly as before. Hope this helps someone else. Thanks!
WinSCP was working fine with my Gentoo Linux box until last night. It synchronized files, then seemed to freeze before presenting the checklist. Task Manager reported no problems, and the log file showed no errors.
I tested with a connection to my University's xserver array, and WinSCP worked fine.
The solution was remembering that I updated my Gentoo installation. As part of that
ssh_config
and sshd_config
were updated. After editing to restore settings in those files:
ForwardAgent yes ForwardX11 yes ForwardX11Trusted yes