# File lib/net/ssh/connection/channel.rb, line 175 def subsystem(subsystem, &block) send_channel_request("subsystem", :string, subsystem, &block) end