Skip to content

Commit 31a3951

Browse files
committed
add -T
Multi-line description of commit, feel free to be detailed.
1 parent cfa890d commit 31a3951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/github-backup-utils/ghe-ssh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ $GHE_VERBOSE_SSH && set -x
8383

8484
# Exec ssh command with modified host / port args and add nice to command.
8585
# shellcheck disable=SC2090 # We don't need the quote/backslashes respected
86-
exec ssh $opts -p $port -o BatchMode=yes "$host" -- $GHE_NICE $GHE_IONICE "$@"
86+
exec ssh -T $opts -p $port -o BatchMode=yes "$host" -- $GHE_NICE $GHE_IONICE "$@"

0 commit comments

Comments
 (0)