class Utils::ConfigFile::SshTunnel

def initialize

constructor and assigning the terminal multiplexer configuration.
The initialize method sets up the instance by calling the superclass
def initialize
  super
  self.terminal_multiplexer = terminal_multiplexer
end