mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-10 09:15:47 +00:00
Update PrivateKeyFile.cs (#1541)
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user