repo.or.cz
/
puppet-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pullapply: learn PPG_NOTLAZY to disable lazyness
[puppet-git.git]
/
ppg-ssh
blob
cd7877058cd44b11fa811f8f1775cb624b5ca6ec
1
#!/bin/bash
2
#
3
# Trivial rapper to control ssh options to be used with
4
# GIT_SSH envvar/
5
#
6
if
[[
-n
"
${PPG_DEBUG}
"
]];
then
7
set -x
8
fi
9
10
exec
ssh
-o
ConnectTimeout
=
10
"$@"