T
Tom71
Mitglied
Eine SFTP-Verbindung zu einem Server (RedHat 7.7) kommt aus einer JAVA_1.8-Anwendung nicht zustande.
Caused by: com.jcraft.jsch.JSchException: Algorithm negotiation fail
| jvm 1 | 2020/06/10 16:15:00 | Caused by: com.jcraft.jsch.JSchException: Algorithm negotiation fail
Offenbar unterstützt die Anwendung/das OS nicht den Algorithmus.
# ssh -Q key
ssh-ed25519
**********
ssh-rsa
ssh-dss
ecdsa-sha2-nistp256
ecdsa-sha2-nistp384
ecdsa-sha2-nistp521
**********
**********
**********
**********
**********
Die Gegenstelle setzt folgendes voraus:
kex_algorithms (2)
**********
diffie-hellman-group-exchange-sha256
encryption_algorithms (6)
aes128-ctr
aes192-ctr
aes256-ctr
aes128-cbc
aes192-cbc
aes256-cbc
mac_algorithms (2)
hmac-sha2-256
hmac-sha2-512
Kann mir jemand einen Tipp geben ?
Gruß
Caused by: com.jcraft.jsch.JSchException: Algorithm negotiation fail
| jvm 1 | 2020/06/10 16:15:00 | Caused by: com.jcraft.jsch.JSchException: Algorithm negotiation fail
Offenbar unterstützt die Anwendung/das OS nicht den Algorithmus.
# ssh -Q key
ssh-ed25519
**********
ssh-rsa
ssh-dss
ecdsa-sha2-nistp256
ecdsa-sha2-nistp384
ecdsa-sha2-nistp521
**********
**********
**********
**********
**********
Die Gegenstelle setzt folgendes voraus:
kex_algorithms (2)
**********
diffie-hellman-group-exchange-sha256
encryption_algorithms (6)
aes128-ctr
aes192-ctr
aes256-ctr
aes128-cbc
aes192-cbc
aes256-cbc
mac_algorithms (2)
hmac-sha2-256
hmac-sha2-512
Kann mir jemand einen Tipp geben ?
Gruß