1
0
Fork 0
mirror of synced 2024-12-04 06:35:37 -05:00

made _pane_info() aware of the 'sss_ssh_knownhostsproxy' proxy command (2)

This commit is contained in:
Gregory Pakosz 2024-11-26 18:42:48 +01:00
parent 9905544608
commit 4cb811769a

View file

@ -614,7 +614,7 @@ run 'cut -c3- "$TMUX_CONF" | sh -s _apply_configuration'
# case "$_uname_s" in
# *CYGWIN*)
# ps -al | tail -n +2 | awk -v pane_pid="$pane_pid" -v tty="$pane_tty" -v ssh="$(command -v ssh)" '
# ((/ssh/ && !/-W/ && !/tsh proxy ssh/ &!/sss_ssh_knownhostsproxy/) || !/ssh/) && !/tee/ && $5 == tty {
# ((/ssh/ && !/-W/ && !/tsh proxy ssh/ && !/sss_ssh_knownhostsproxy/) || !/ssh/) && !/tee/ && $5 == tty {
# user[$1] = $6; if (!child[$2]) child[$2] = $1
# }
# END {