# File lib/net/ssh/transport/state.rb, line 114 def compression? compression == :standard || (compression == :delayed && socket.hints[:authenticated]) end