using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Renci.SshNet.Common;
namespace Renci.SshNet
{
    /// 
    /// Provides connection information when keyboard interactive authentication method is used
    /// 
    /// 
    ///