Beginning to configure SshClient for docker instance
This commit is contained in:
@@ -28,11 +28,11 @@ namespace LeafWeb.Core.Tests.Remote
|
||||
}
|
||||
};
|
||||
|
||||
/// <summary>
|
||||
/// Define in machine.config
|
||||
/// </summary>
|
||||
/// <example>host=[url]; username=[un]; password=[pw]</example>
|
||||
private readonly string _piscalConnectionString =
|
||||
/// <summary>
|
||||
/// Define in machine.config
|
||||
/// </summary>
|
||||
/// <example>host=[url]; port=22; username=[un]; password=[pw]</example>
|
||||
private readonly string _piscalConnectionString =
|
||||
ConfigurationManager.ConnectionStrings["PiscalServer"].ConnectionString;
|
||||
|
||||
private PiscalSshClient GetTestClient()
|
||||
|
||||
Reference in New Issue
Block a user