diff --git a/pkg/agent/session/session.go b/pkg/agent/session/session.go index c07410c..235f80c 100644 --- a/pkg/agent/session/session.go +++ b/pkg/agent/session/session.go @@ -357,7 +357,7 @@ func check() { state.expiryIsNear = expiryTime.Sub(now) < state.advanceWarningDuration if state.expiryIsNear { messageUsers( - fmt.Sprintf("Session will expire at %s, press any key to extend it.", expiryTime.Format(time.DateTime))) + fmt.Sprintf("Session will expire at %s, press any key to (ssh) or execute a command (sftp) to extend it.", expiryTime.Format(time.DateTime))) //for _, session := range state.clients { // printHelpMessage(session.sshSession) //}