feat(tui): update interaction layer to Bubble Tea TUI
This commit is contained in:
@@ -330,7 +330,6 @@ func Handler(conn net.Conn) {
|
||||
return
|
||||
}
|
||||
cw := NewCustomWriter(conn, dstReader, conn.RemoteAddr())
|
||||
cw.SetInteraction(sshSession.GetInteraction())
|
||||
forwardRequest(cw, reqhf, sshSession)
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user