Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
charlotta-frends committed Aug 16, 2024
1 parent 7b11d19 commit c5183e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ internal static Tuple<string, string, byte[]> GetServerFingerPrintsAndHostKey()
client.ConnectionInfo.HostKeyAlgorithms.Add("ssh-rsa", (data) =>
{
var sshKeyData = new SshKeyData(data);
return new KeyHostAlgorithm("ssh-rsa", new RsaKey(sshKeyData));
return new KeyHostAlgorithm("ssh-rsa", new RsaKey(sshKeyData));
});

client.HostKeyReceived += delegate (object sender, HostKeyEventArgs e)
Expand Down

0 comments on commit c5183e9

Please sign in to comment.