class Utils::SshTunnelSpecification

def to_a

def to_a
  [ local_addr, local_port, remote_addr, remote_port ]
end