diff --git a/cmd/ssh/main.go b/cmd/ssh/main.go index d3afbb0..96dd150 100644 --- a/cmd/ssh/main.go +++ b/cmd/ssh/main.go @@ -84,6 +84,7 @@ func main() { Root: "root", OutputSize: uint32(size), FlagCount: uint32(128), + ResetOnEmptyInput: true, } if stateDebug { cfg.StateDebug = true