CI debugging using a reverse shell technique based on SSH.
Go to file
Erik Brakkee d3cbf8388f 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-09-08 11:16:49 +02:00
.idea added makefile for building. 2024-09-08 11:16:48 +02:00
cmd Lots of refactoring. 2024-09-08 11:16:49 +02:00
kubernetes Updated deployment with username and password settings. 2024-09-08 11:16:49 +02:00
pkg Lots of refactoring. 2024-09-08 11:16:49 +02:00
static Updated deployment with username and password settings. 2024-09-08 11:16:49 +02:00
compose.yaml cross compilation on windows working. 2024-09-08 11:16:48 +02:00
Dockerfile command-line argument parsing with error handling for all commands that are referred to on the docs page. 2024-09-08 11:16:48 +02:00
go.mod added fsnotify example, to check bahavior on windows. 2024-09-08 11:16:48 +02:00
go.sum added fsnotify example, to check bahavior on windows. 2024-09-08 11:16:48 +02:00
LICENSE added LICENSE 2024-09-08 11:16:30 +02:00
Makefile eliminated unused setWindowSize files. 2024-09-08 11:16:48 +02:00