You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ssh-session-open: Check for OpenSSH 9.8 sshd-session
Since OpenSSH 9.8 open sessions are managed by a separate sshd-session
binary instead of sshd, so update the regex in ssh-session-open to
match the new binary. Keeping the "-session" part optional preserves
compatibility with OpenSSH <= 9.7.
0 commit comments