sofysr has asked for the wisdom of the Perl Monks concerning the following question:
I am using the Net::SFTP::Foreign module through perl script to connect to a SFTP server with below sample command:
Net::SFTP::Foreign->new($host, port => '22', backend => 'Net_SSH2')
Yesterday I got an email from the SFTP server team that says that they are restricting the allowed SSH Algorithms to the following:
Options (allowed Algorithms):
• Ciphers: aes256-ctr,aes192-ctr,aes128-ctr
• Macs: hmac-sha256,hmac-sha2-256,hmac-sha512,hmac-sha2-512
• Kexs: diffie-hellman-group-exchange-sha256,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256
How do I know if I will be affected by this or not? How do I check the cipher the script is using?
Thanks,
sofysr
2019-04-07 Athanasius added code, paragraph, and break tags
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Net::SFTP::Foreign Cipher check
by hippo (Archbishop) on Apr 01, 2019 at 17:18 UTC | |
by sofysr (Novice) on Apr 01, 2019 at 17:41 UTC | |
by mikelieman (Friar) on Apr 01, 2019 at 17:54 UTC | |
by sofysr (Novice) on Apr 01, 2019 at 21:53 UTC | |
|
Re: Net::SFTP::Foreign Cipher check
by choroba (Cardinal) on Apr 01, 2019 at 17:39 UTC | |
by sofysr (Novice) on Apr 01, 2019 at 17:43 UTC | |
|
Re: Net::SFTP::Foreign Cipher check
by salva (Canon) on Apr 02, 2019 at 07:34 UTC | |
by sofysr (Novice) on Apr 02, 2019 at 14:55 UTC | |
by salva (Canon) on Apr 02, 2019 at 19:13 UTC | |
|
Re: Net::SFTP::Foreign Cipher check
by haukex (Archbishop) on Apr 02, 2019 at 06:42 UTC |