class Net::SSH::Transport::Session

def configure_client(options = {})

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