Skip to content

Commit 3a3a127

Browse files
committed
Enable SSH BatchMode
1 parent 118ede1 commit 3a3a127

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

share/github-backup-utils/ghe-ssh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ fi
6161
$GHE_VERBOSE_SSH && set -x
6262

6363
# Exec ssh command with modified host / port args and add nice to command.
64-
exec ssh $opts "$host" -- $GHE_NICE $GHE_IONICE "$@"
64+
exec ssh $opts -o 'BatchMode yes' "$host" -- $GHE_NICE $GHE_IONICE "$@"

0 commit comments

Comments
 (0)