# File lib/net/ssh/transport/session.rb, line 125
    def rekey!
      if !algorithms.pending?
        algorithms.rekey!
        wait { algorithms.initialized? }
      end
    end