Is it possible to use Key file Type ED25519 while configuring RA FTP Agent or IG FTP Agent ?
Release : 21.X
Component : RA FTP/IG FTP
The IG FTP Agent replaces the RA FTP Agent . It is recommended to use IG FTP versions currently available in download section of support site. Once you have installed the IG FTP Agent, you will not need the old RA FTP Agent anymore. It is not possible to run both FTP Agents side-by-side
RA FTP Agent does not support ED25519. However, IG FTP Agent 21.1+ supports ED25519 because IG FTP Agent 21.1 uses JSCH_0.2.17+. Automic will use JSCH - Java Secure Channel. JSCH has a feature ED25519. It will support below .
JSCH support (SSH-2.0-JSCH_0.2.17)
1. KEX Algorithms supported by default:
curve25519-sha256,
[email protected]
ecdh-sha2-nistp256
ecdh-sha2-nistp384
ecdh-sha2-nistp521
diffie-hellman-group-exchange-sha256
diffie-hellman-group16-sha512,
diffie-hellman-group18-sha512
diffie-hellman-group14-sha256
ext-info-c
[email protected]
2. Host Key Algorithms supported by default:
rsa-sha2-512
rsa-sha2-256
ssh-ed25519
ecdsa-sha2-nistp256
ecdsa-sha2-nistp384
ecdsa-sha2-nistp521
3. Ciphers supported by default:
aes128-ctr,aes192-ctr
aes256-ctr
[email protected]
[email protected]
4. MACs Supported by default:
[email protected]
[email protected]
[email protected]
hmac-sha2-256
hmac-sha2-512
hmac-sha1
5. Compression supported by default:
[email protected]
zlib
none