We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 118ede1 commit 3a3a127Copy full SHA for 3a3a127
1 file changed
share/github-backup-utils/ghe-ssh
@@ -61,4 +61,4 @@ fi
61
$GHE_VERBOSE_SSH && set -x
62
63
# Exec ssh command with modified host / port args and add nice to command.
64
-exec ssh $opts "$host" -- $GHE_NICE $GHE_IONICE "$@"
+exec ssh $opts -o 'BatchMode yes' "$host" -- $GHE_NICE $GHE_IONICE "$@"
0 commit comments