mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-11 05:07:33 +00:00
ssh/tailssh: enable recording of non-pty sessions
Updates tailscale/corp#9967 Signed-off-by: Maisem Ali <maisem@tailscale.com>
This commit is contained in:
@@ -1130,10 +1130,7 @@ func (ss *sshSession) recorders() []netip.AddrPort {
|
||||
}
|
||||
|
||||
func (ss *sshSession) shouldRecord() bool {
|
||||
// for now only record pty sessions
|
||||
// TODO(bradfitz,maisem): support recording non-pty stuff too.
|
||||
_, _, isPtyReq := ss.Pty()
|
||||
return isPtyReq && len(ss.recorders()) > 0
|
||||
return len(ss.recorders()) > 0
|
||||
}
|
||||
|
||||
type sshConnInfo struct {
|
||||
|
Reference in New Issue
Block a user