class Utils::ConfigFile::SshTunnel::CopyPaste

copy/paste connections through SSH tunnels.
ports, and other parameters needed for establishing and managing
within SSH tunnel sessions, allowing users to define network addresses,
This class handles the setup and configuration of copy/paste capabilities
Manages the copy/paste functionality configuration for SSH tunnels.

def to_s

Returns:
  • (String) - a colon-separated string containing the tunnel specification
def to_s
  [ bind_address, port, host, host_port ] * ':'
end