class Net::SSH::Transport::Session

def configure_server(options = {})

hmac algorithms to use when reading packets from the server.
options. This is typically used to define the cipher, compression, and
Configure's the packet stream's server state with the given set of
def configure_server(options = {})
  socket.server.set(options)
end