Curl how to specify KexAlgorithms and Cipher [migrated]
I am trying to connect to a server using SFTP protocol
To connect successfully, I had to do the following from the centos terminal.
sftp -o KexAlgorithms=diffie-hellman-group1-sha1 -o Ciphers=aes256-cbc USER_NAME@IP_ADDRESS
Now I want to … Continue reading Curl how to specify KexAlgorithms and Cipher [migrated]