CI debugging using a reverse shell technique based on SSH.
Go to file
Erik Brakkee f82601d07c Lots of refactoring.
Now hijacking the ssh connection setup in the listener to exchange some information before passing the connection on to the SSH server.

Next step is to do the full exchange of required information and to make it easy some simple Read and Write methods with timeouts are needed that use gob.
2024-07-26 22:40:56 +02:00
.idea added makefile for building. 2024-07-18 19:12:09 +02:00
cmd Lots of refactoring. 2024-07-26 22:40:56 +02:00
kubernetes Updated deployment with username and password settings. 2024-07-26 21:11:40 +02:00
pkg Lots of refactoring. 2024-07-26 22:40:56 +02:00
static Updated deployment with username and password settings. 2024-07-26 21:11:40 +02:00
compose.yaml cross compilation on windows working. 2024-07-22 19:34:26 +02:00
Dockerfile command-line argument parsing with error handling for all commands that are referred to on the docs page. 2024-07-23 21:51:48 +02:00
go.mod added fsnotify example, to check bahavior on windows. 2024-07-23 22:55:03 +02:00
go.sum added fsnotify example, to check bahavior on windows. 2024-07-23 22:55:03 +02:00
Makefile eliminated unused setWindowSize files. 2024-07-23 19:31:43 +02:00