We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa890d commit 31a3951Copy full SHA for 31a3951
share/github-backup-utils/ghe-ssh
@@ -83,4 +83,4 @@ $GHE_VERBOSE_SSH && set -x
83
84
# Exec ssh command with modified host / port args and add nice to command.
85
# 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 "$@"
+exec ssh -T $opts -p $port -o BatchMode=yes "$host" -- $GHE_NICE $GHE_IONICE "$@"
0 commit comments