P Nelson wrote: > Not sure why WinSCP does not want to work with the stock firmware vs the > community firmware, assuming SSH might be an issue. Ah ha ! Possible light bulb moment: The stock firmware SSH requires the use of older, now outdated, key exchange and cipher algorithms. I guess that a modern WinSCP might not enable these by default. Certainly modern OpenSSH doesn't.
I don't know how one persuades WinSCP to use the older algorithms, but someone will. In openSSH I would be saying something like: KexAlgorithms +diffie-hellman-group1-sha1 Ciphers +aes128-cbc,3des-cbc,aes256-cbc ------------------------------------------------------------------------ mrw's Profile: http://forums.slimdevices.com/member.php?userid=38299 View this thread: http://forums.slimdevices.com/showthread.php?t=114775 _______________________________________________ Radio mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/radio
