Mercurial > servermonitor
diff ServerMonitor/Helpers.cs @ 5:b6fe203af9d5
Private key passwords and validation
author | Brad Greco <brad@bgreco.net> |
---|---|
date | Thu, 28 Feb 2019 21:19:32 -0500 |
parents | 3142e52cbe69 |
children | 052aa62cb42a |
line wrap: on
line diff
--- a/ServerMonitor/Helpers.cs Sun Feb 10 20:51:26 2019 -0500 +++ b/ServerMonitor/Helpers.cs Thu Feb 28 21:19:32 2019 -0500 @@ -1,4 +1,6 @@ -using ServerMonitorApp.Properties; +using Renci.SshNet; +using Renci.SshNet.Common; +using ServerMonitorApp.Properties; using System; using System.Collections.Generic; using System.ComponentModel;