# File lib/net/ssh/buffer.rb, line 237
    def read_key
      type = read_string
      return (type ? read_keyblob(type) : nil)
    end