# File lib/net/ssh/transport/session.rb, line 315
        def ping!
          send_message [IGNORE, 4, "ping"].pack("cNA4")
        end