# File lib/cisco/ssh.rb, line 50
                def close(chn)
      10.times do
        chn.send_data("exit\n") unless (!chn.active? || chn.closing?)
      end
    end