# File lib/net/ssh/buffer.rb, line 335
335:     def write_key(*key)
336:       key.each { |k| append(k.to_blob) }
337:       self
338:     end