class Net::SSH::Connection::Session

def [](key)

SSH connections.
store additional state in applications that must manage multiple
Retrieves a custom property from this instance. This can be used to
def [](key)
  @properties[key]
end