Re: latest openssh can not connect to older server

2020-04-20 Thread Brian Inglis
On 2020-04-20 04:11, Thomas Wolff wrote: > Am 19.04.2020 um 14:31 schrieb Sharuzzaman Ahmat Raslan via Cygwin: >> On Sun, 19 Apr 2020, 8:13 pm David Balažic via Cygwin, wrote: >>> I tried to backup some files from my server with scp and failed: >>> $ scp  -v  root@the.server:/root/a.file  . >>> Exe

Re: latest openssh can not connect to older server

2020-04-20 Thread Thomas Wolff
Am 19.04.2020 um 14:31 schrieb Sharuzzaman Ahmat Raslan via Cygwin: Hi. New OpenSSH client will not connect to server that use SHA1. Please refer to this: https://www.openssh.com/legacy.html You should configure your old server to use more modern cipher This isn't always a feasible approach. I

Re: latest openssh can not connect to older server

2020-04-19 Thread Sharuzzaman Ahmat Raslan via Cygwin
Hi. New OpenSSH client will not connect to server that use SHA1. Please refer to this: https://www.openssh.com/legacy.html You should configure your old server to use more modern cipher Thank you On Sun, 19 Apr 2020, 8:13 pm David Balažic via Cygwin, wrote: > Hi! > > I tried to backup some f

latest openssh can not connect to older server

2020-04-19 Thread David Balažic via Cygwin
Hi! I tried to backup some files from my server with scp and failed: $ scp -v root@the.server:/root/a.file . Executing: program /usr/bin/ssh host the.server, user root, command scp -v -f /root/a.file OpenSSH_8.2p1, OpenSSL 1.1.1f 31 Mar 2020 debug1: Connecting to the.server [192.168.1.11] por