Skip to content

v0.0.1-rc.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Apr 17:30
· 5 commits to main since this release

Changelog

4d17221 Remove sshtest.go
cb484a2 move tests into dir
f1343d2 Setup goreleaser in CI
de69efc Wait for connection to be ready in tests
1818d2e Remove duplicate ssh flag
f636c49 Upgrade testcli + affected tests
b9ffed4 Swap row/col in pty.WinSize
571e8f1 Announce host key & add --announce flag
eadae6e Revert "Debug log file test"
432c20c Debug log file test
676b890 Attempt at fixing already closed issue in CI
5936459 Add github actions test run
ebb9e39 Write session to logfile when --log is provided
9503962 Add support for multi arg non-int commands
6ed418f add timeout to listener
b861c48 add test non-interactive session
a96c80c Fix test conn open by using non-interactive session
ebd9ca9 add support for non-pty shell and single cmd exec
b232a5f Cleanup unused generated key files
72624c6 accept connections until first login
4af46be Simplify tests - return files from generateKeyPair
8379779 add makefile w/ test command
a953e5a simplify tests w testcli long running cmds
675856f minor error formatting
bcb9c25 read $SHELL
e4ca830 tidy up error formatting
715be64 add --port + cleaning up few bits
60f33d0 get test for unknown key working/passing
fa45716 find hanging test issue (test still failing)
2e5f125 add ssh test script
7a7c5e7 init commit
cfca51f Update README.md
b23941d Add example use case to README
5ff3c6d Clarify design a bit
abb8b9d Create LICENSE
1443106 Write the documentation
9a13645 Initial commit