diff --git a/base/ssh/connect.go b/base/ssh/connect.go index 1cde18dd..cb4f8af1 100644 --- a/base/ssh/connect.go +++ b/base/ssh/connect.go @@ -27,7 +27,7 @@ func _ssh_tick(m *ice.Message, pw io.Writer) { m.Go(func() { for { m.Sleep(m.Option("tick")) - pw.Write([]byte("\n")) + pw.Write([]byte("# " + m.Time() + "\n")) } }) }