Skip to content

Commit

Permalink
Fix labels for key validity (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpassing authored Dec 31, 2021
1 parent 381b712 commit e888dc0
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 17 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<data name="keyIcon.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
wQAADsEBuJFr7QAAAQxJREFUWEftlUsLwjAMx/dNfT9R0YM7ePDgEwcORYeoKCr4OSMpyZC1duvYRKE/
wAAADsABataJCQAAAQxJREFUWEftlUsLwjAMx/dNfT9R0YM7ePDgEwcORYeoKCr4OSMpyZC1duvYRKE/
yMEk9p8mbedYLBbLT7P0fOj0h1BpdKDa7EJv4IK33gCF88PfBlCoNLW2C475FILixWpLiOCub49nKHS+
3KBcb4tYqdaG/eGUfRG8Q2w/uSSmCy/sRBqjZWRQFBNw5+T6CHYgunBSoyVk8MBhwnvbEXc0BjT6GYIj
SGqT+Sq+ADzt0QQU5j+qijDh9wvIagQUFrAv0QhMDiFfR5VRiiAuLsFJums4W+qvIaUJ4uIS2ofoetc+
Expand All @@ -132,7 +132,7 @@
<data name="connectionIcon.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
vgAADr4B6kKxwAAAAT1JREFUWEfFlUtqhEAURR1nJcnYkD05EcGZ+AE3kXGyEicZZVHGgpymqH43WlWa
vQAADr0BR/uQrQAAAT1JREFUWEfFlUtqhEAURR1nJcnYkD05EcGZ+AE3kXGyEicZZVHGgpymqH43WlWa
vnBooa7Hp7ZarOv6L8hY5SuQoTCO45oDHoUMBUsaAx6FDAVLGgMehQwFSxoDHoUMhVC4LMsufh+PQoaC
L0sBj0KGQii0zjjE7+NRyFDwZSngUchQCIXWGYf4fTwKGQq+LAU8ChkKljQGPAoZCpY0BjwKGQqW1MH6
Vdw2rIM7WL+K24Z1cAfrfd+/z/P8ZXVi2Bzf2+/HNE3PUbfAWsuh67q3pAFyg6dpmteHDlBVVZk8QPhG
Expand Down
3 changes: 1 addition & 2 deletions sources/Google.Solutions.Ssh/Cryptography/ECDsaExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ public static byte[] EncodePublicKey(
if (exportMethod == null)
{
throw new PlatformNotSupportedException(
"Installed version of .NET framework does not " +
"support ECDSA");
"You neet .NET framework 4.7 or newer to use ECDSA keys");
}

var ecParameters = exportMethod.Invoke(
Expand Down
2 changes: 1 addition & 1 deletion sources/installer/policies/IapDesktop.adml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


<string id="PublicKeyValidity">SSH metadata key validity</string>
<string id="PublicKeyValidity_Description">Lifetime (in seconds) for SSH keys published to Compute Engine instance metadata. This setting does not apply when using OS Login.</string>
<string id="PublicKeyValidity_Description">Lifetime (in seconds) for SSH keys published to Compute Engine instance metadata and OS Login.</string>
</stringTable>
<presentationTable>
<presentation id="ProxyUrl">
Expand Down

0 comments on commit e888dc0

Please sign in to comment.