You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installed SSH.NET 2020.0.1 as a nuget package in a clean Visual Studio C# project, and ran the following code - which immediately triggered multiple AntiVirus notifications which ended up quarantining the application.
SftpClient sftp = new SftpClient("hostname", "user", new PrivateKeyFile(@"C:\Path\to\id_rsa"));
sftp.Connect();
The cited threat from AV was that it was acting like: not-a-virus:PDM:AdWare.NSIS.ConvertAd.bCb.
The text was updated successfully, but these errors were encountered:
Installed SSH.NET 2020.0.1 as a nuget package in a clean Visual Studio C# project, and ran the following code - which immediately triggered multiple AntiVirus notifications which ended up quarantining the application.
The cited threat from AV was that it was acting like: not-a-virus:PDM:AdWare.NSIS.ConvertAd.bCb.
The text was updated successfully, but these errors were encountered: