# File lib/net/ssh/transport/session.rb, line 127
127:     def rekey!
128:       if !algorithms.pending?
129:         algorithms.rekey!
130:         wait { algorithms.initialized? }
131:       end
132:     end