Revision 7688d0d3 lib/cmdlib.py

b/lib/cmdlib.py
111 111

  
112 112
    """
113 113
    if not self.__ssh:
114
      self.__ssh = ssh.SshRunner(self.sstore)
114
      self.__ssh = ssh.SshRunner(self.cfg)
115 115
    return self.__ssh
116 116

  
117 117
  ssh = property(fget=__GetSSH)

Also available in: Unified diff