Bug#670319: libconfig-model-openssh-perl: Missing auto option for Ssh ControlMaster

Daniel Dehennin daniel.dehennin at baby-gnu.org
Tue Apr 24 20:35:15 UTC 2012


Package: libconfig-model-openssh-perl
Version: 1.220-1
Severity: minor
Tags: patch

Dear Maintainer,

I tried "cme edit ssh" but it failed with my configuration:

#+begin_src
2012/04/24 22:33:53 Internal warning: suffix called for backend OpenSsh::Ssh.This method can be overloaded 
Configuration item 'Host:"*" ControlMaster' has a wrong value:
        enum type does not know 'auto'. Expected 'no' or 'yes' or 'ask' or 'autoask'
#+end_src

Here is a patch to add the missing option.

Regards.

From fbde221327aceab87f62c9812631d37ea10d1e63 Mon Sep 17 00:00:00 2001
From: Daniel Dehennin <daniel.dehennin at baby-gnu.org>
Date: Tue, 24 Apr 2012 22:31:30 +0200
Subject: [PATCH] Missing "auto" option for ControlMaster.

* lib/Config/Model/models/Ssh/HostElement.pl: Add "auto" before
  "autoask".
---
 lib/Config/Model/models/Ssh/HostElement.pl |    1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/Config/Model/models/Ssh/HostElement.pl b/lib/Config/Model/models/Ssh/HostElement.pl
index 3d354d6..dcfa321 100644
--- a/lib/Config/Model/models/Ssh/HostElement.pl
+++ b/lib/Config/Model/models/Ssh/HostElement.pl
@@ -181,6 +181,7 @@ Two additional options allow for opportunistic multiplexing: try to use a master
           'no',
           'yes',
           'ask',
+          'auto',
           'autoask'
         ]
       },
-- 
1.7.10


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (90, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.4+hati.1+ (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libconfig-model-openssh-perl depends on:
ii  libany-moose-perl     0.17-1
ii  libconfig-model-perl  2.013-1
ii  liblog-log4perl-perl  1.29-1
ii  perl                  5.14.2-9

Versions of packages libconfig-model-openssh-perl recommends:
ii  libconfig-model-backend-augeas-perl  <none>
ii  libconfig-model-tkui-perl            1.333-1

Versions of packages libconfig-model-openssh-perl suggests:
ii  libconfig-model-cursesui-perl  1.104-1

-- no debconf information

-- 
Daniel Dehennin
Récupérer ma clef GPG:
gpg --keyserver pgp.mit.edu --recv-keys 0x7A6FE2DF
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 229 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-perl-maintainers/attachments/20120424/a39bb8f6/attachment-0001.pgp>


More information about the pkg-perl-maintainers mailing list