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