class Net::SSH::Connection::Session

def []=(key, value)

Sets a custom property for this instance.
def []=(key, value)
  @properties[key] = value
end