# File lib/net/ssh/service/shell/driver.rb, line 67
          def open( options={} )
            pty_opts = options[:pty]

            @shell_factory.call( pty_opts )
          end