# File lib/net/ssh/transport/hmac/abstract.rb, line 68
    def key=(value)
      @key = value ? value.to_s[0,key_length] : nil
    end