CI debugging using a reverse shell technique based on SSH.
Go to file
2024-07-27 22:37:40 +02:00
.idea added makefile for building. 2024-07-18 19:12:09 +02:00
cmd Unique ids for clients generated by converge server and made available to the ssh session through a net.Conn extension that passes the ID to the SSH session through the LocalAddr(). 2024-07-27 22:37:40 +02:00
kubernetes Updated deployment with username and password settings. 2024-07-26 21:11:40 +02:00
pkg Unique ids for clients generated by converge server and made available to the ssh session through a net.Conn extension that passes the ID to the SSH session through the LocalAddr(). 2024-07-27 22:37:40 +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