# File lib/net/ssh/errors.rb, line 68
68:     def port
69:       @data && @data[:peer] && @data[:peer][:port]
70:     end