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