Skip to content

Commit 5f2437b

Browse files
committed
removing -T
1 parent 31a3951 commit 5f2437b

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 -T $opts -p $port -o BatchMode=yes "$host" -- $GHE_NICE $GHE_IONICE "$@"
86+
exec ssh $opts -p $port -o BatchMode=yes "$host" -- $GHE_NICE $GHE_IONICE "$@"

0 commit comments

Comments
 (0)