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