# File lib/net/ssh/errors.rb, line 65
65:     def port
66:       @data && @data[:peer] && @data[:peer][:port]
67:     end