using System;
using System.Collections.Generic;
using System.Linq;
using System.Collections.ObjectModel;
namespace Renci.SshNet
{
    /// 
    /// Provides connection information when private key authentication method is used
    /// 
    /// 
    ///