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