summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJoerg Jaspert <joerg@debian.org>2008-11-01 00:36:22 +0100
committerJoerg Jaspert <joerg@debian.org>2008-11-01 00:36:22 +0100
commit1987881fd317a0f11484991257268687706b49f2 (patch)
tree2edf6e59341929947cb4895c7891f46a1c3eee40 /etc
parentd92da93a0d26a860bc59178c6f0148cd5fbe6324 (diff)
common
its SSH_OPTS not SSHOPTS Signed-off-by: Joerg Jaspert <joerg@debian.org>
Diffstat (limited to 'etc')
-rw-r--r--etc/common4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/common b/etc/common
index 3120bf8..eae394e 100644
--- a/etc/common
+++ b/etc/common
@@ -42,8 +42,8 @@ signal () {
# Defaults we always want, no matter what
SSH_OPTIONS="-o BatchMode=yes -o SetupTimeOut=45 -o ConnectTimeout=45 -o PasswordAuthentication=no"
- if [ -n "${SSHOPTS}" ]; then
- SSH_OPTIONS="${SSH_OPTIONS} ${SSHOPTS}"
+ if [ -n "${SSH_OPTS}" ]; then
+ SSH_OPTIONS="${SSH_OPTIONS} ${SSH_OPTS}"
fi
if [ ${SSHPROTO} -ne 1 ] && [ ${SSHPROTO} -ne 2 ]; then