mirror of
https://github.com/cbeuw/Cloak.git
synced 2026-04-27 05:25:52 +03:00
[GH-ISSUE #199] Failed to decrypt a frame for session #162
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Cloak#162
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @c459f on GitHub (Sep 14, 2022).
Original GitHub issue: https://github.com/cbeuw/Cloak/issues/199
Hi,
I'm having a probem with cloaking an ssh connection which then tunnels vnc. All seems to work well for a while, then the connection drops (esp under heavy load).
The system is, so far, a test, nothing used in heavily censored countries. The client is running Windows10 in a Linux virtualbox vm, the server is running on a remote vps running centos7, with
reasonable connectivity. The problem occurs with binaries created against commit
e305871d89, tag: v2.6.0, with go 1.18.4 and 1.19.1.Here are some slightly redacted server logs.
A try with EncryptionMethod: chacha20poly1305:
A try with EncryptionMethod: aes-256-gcm
What might cause this?
Also, if cloak packets go over TCP, then they should not be garbled, right? They should be dropped by the network stack and resent by the client before ever getting to cloak?
I managed to get this to work more reliably by changing the virtualbox network type from NATted, to Bridged, so the VB networking code, or some other firewalling on the Linux host issue might be the culprit. I thought I'd post this, though, to understand a little more, specifically, should not Cloak be immune to network glitches such as these?
Thank you for your work on Cloak, it's a very nice piece of software.