Update PrivateKeyFile.cs (#1541)

This commit is contained in:
Scott Xu
2024-11-19 05:32:13 +08:00
committed by GitHub
parent 1d2d186a26
commit 239fe31123
+1 -1
View File
@@ -472,7 +472,7 @@ namespace Renci.SshNet
}
else
{
throw new SshException(string.Format("Cipher method '{0}' is not supported.", cipherName));
throw new SshException(string.Format("Cipher method '{0}' is not supported.", ssh2CipherName));
}
/*