kingToolbox / kingToolbox/WindTerm

Kex error : no match for method encryption server→client

Open
#674 18 comments 0 reactions 1 assignee Claimed by @kingToolbox View on GitHub
bug
Dominant language
C
Stars
32.3k
Forks
2.5k
PR merge metrics
No merged PRs in 30d

Description

Hello, great work everyone, really nice tool !
I am facing a connection problem and I don't understand what's happening, maybe someone could help.
I would like to connect to a server but I have this error :
```
ssh_kex_select_methods: kex error : no match for method encryption server->client: server [chacha20-poly1305@openssh.com], client [aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr,aes256-cbc,aes192-cbc,aes128-cbc,blowfish-cbc,3des-cbc]
```
I have checked Ciphers order for this connection because the problem seems to come from client and this is what I have got :
```
chacha20-poly1305@openssh.com
aes128-gcm@openssh.com
aes256-gcm@openssh.com
aes192-ctr
aes256-ctr
...
```
I have manually changed the order of ciphers but the error is still giving me this feedback, so I don't understand my error.
Can anyone help me ?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.