refactor: remove custom parsing functions and use ssh.Marshal/ssh.Unmarshal for serialization
SonarQube Scan / SonarQube Trigger (push) Successful in 2m14s

This commit is contained in:
2026-01-25 12:21:25 +07:00
parent e59fea6604
commit 2b488a5ab5
4 changed files with 50 additions and 178 deletions
-1
View File
@@ -57,7 +57,6 @@ func (tt *tcp) handleTcp(conn net.Conn) {
channel, reqs, err := tt.forwarder.OpenForwardedChannel(payload)
if err != nil {
log.Printf("Failed to open forwarded-tcpip channel: %v", err)
return
}