<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RE: How to view ssh public key &amp;quot;fingerprint&amp;quot; on the switch? in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ssh-public-key-quot-fingerprint-quot-on-the-switch/m-p/43491#M10504</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
SSH authenticates both communication endpoints, server and client. The server is authenticated with the public host key in a "trust on first use" model. On the first connection, the fingerprint of the server's public key is displayed to the user, who has to decide whether to trust this key or not. This decision is facilitated by checking the server's public host key's fingerprint out-of-band, e.g. when connected via serial console.&lt;BR /&gt;
&lt;BR /&gt;
Current EXOS does not support checking the host key fingerprint. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
To work around this limitation, one can copy the private key of the EXOS switch to e.g. a GNU/Linux system, and then use tools usually available on GNU/Linux to determine the fingerprint. This works for not encrypted private keys only. The private key of a device should &lt;U&gt;not&lt;/U&gt; be copied to another system, as such the copied key needs to be securely deleted after generating the fingerprint.&lt;BR /&gt;
&lt;BR /&gt;
&lt;OL&gt; 
&lt;LI&gt;Display private host key on EXOSshow ssh2 private-key   
&lt;/LI&gt;&lt;LI&gt;Copy&amp;amp;paste private key to file &lt;I&gt;privkey.exos&lt;/I&gt; on GNU/Linux 
touch privkey.exos 
chmod 0600 privkey.exos 
cat &amp;gt; privkey.exos 
&lt;/LI&gt;&lt;LI&gt;Convert EXOS key format to OpenSSH format on GNU/Linux 
touch privkey.openssh 
chmod 0600 privkey.openssh 
tr -dc '[:xdigit:]' &amp;lt; privkey.exos | xxd -p -r &amp;gt; privkey.openssh 
&lt;/LI&gt;&lt;LI&gt;Generate public key from private key on GNU/Linuxssh-keygen -y -f privkey.openssh &amp;gt; pubkey.openssh 
&lt;/LI&gt;&lt;LI&gt;Remove private key files (may not be secure) on GNU/Linuxshred -u privkey.exos privkey.openssh 
&lt;/LI&gt;&lt;LI&gt;Generate fingerprint on GNU/Linuxssh-keygen -l -f pubkey.openssh | cut -d' ' -f2&lt;/LI&gt;&lt;/OL&gt;The public key may be disclosed, deletion is not necessary. Step two can be omitted if you copy&amp;amp;paste directly into "tr".&lt;BR /&gt;
&lt;BR /&gt;
Best regards,&lt;BR /&gt;
Erik&lt;BR /&gt;</description>
    <pubDate>Mon, 08 Aug 2016 13:49:00 GMT</pubDate>
    <dc:creator>Erik_Auerswald</dc:creator>
    <dc:date>2016-08-08T13:49:00Z</dc:date>
    <item>
      <title>How to view ssh public key "fingerprint" on the switch?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ssh-public-key-quot-fingerprint-quot-on-the-switch/m-p/43480#M10493</link>
      <description>Hi Guys,&lt;BR /&gt;
&lt;BR /&gt;
A quick question for you. How do l view ssh public key "fingerprint" on the switch when presented using PuTTy? &lt;BR /&gt;
&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="b8dc8ad106314b0bad714f78023659d9_RackMultipart20160804-112266-vmlo9j-key_inline.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/2682iE04085EB6E3003CD/image-size/large?v=v2&amp;amp;px=999" role="button" title="b8dc8ad106314b0bad714f78023659d9_RackMultipart20160804-112266-vmlo9j-key_inline.png" alt="b8dc8ad106314b0bad714f78023659d9_RackMultipart20160804-112266-vmlo9j-key_inline.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Aug 2016 21:20:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ssh-public-key-quot-fingerprint-quot-on-the-switch/m-p/43480#M10493</guid>
      <dc:creator>Mykhaylo_Skrypk</dc:creator>
      <dc:date>2016-08-04T21:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to view ssh public key "fingerprint" on the switch?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ssh-public-key-quot-fingerprint-quot-on-the-switch/m-p/43481#M10494</link>
      <description>Hi&lt;BR /&gt;
&lt;BR /&gt;
I believe they are stored in the registry:&lt;BR /&gt;
&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="5d84ee98d9c9430c80dde2d54777dc31_RackMultipart20160804-114432-rj0yh1-putty_inline.jpg"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/5604i3D9735A0AB960B39/image-size/large?v=v2&amp;amp;px=999" role="button" title="5d84ee98d9c9430c80dde2d54777dc31_RackMultipart20160804-114432-rj0yh1-putty_inline.jpg" alt="5d84ee98d9c9430c80dde2d54777dc31_RackMultipart20160804-114432-rj0yh1-putty_inline.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;BR /&gt;
-Gareth&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Aug 2016 22:13:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ssh-public-key-quot-fingerprint-quot-on-the-switch/m-p/43481#M10494</guid>
      <dc:creator>Gareth_Mitchell</dc:creator>
      <dc:date>2016-08-04T22:13:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to view ssh public key "fingerprint" on the switch?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ssh-public-key-quot-fingerprint-quot-on-the-switch/m-p/43482#M10495</link>
      <description>Hi Gareth,&lt;BR /&gt;
&lt;BR /&gt;
Thank you for your reply. But l want to check it on the switch side, not from the PuTTy. Sorry question wording is not clear. Will edit it in a bit</description>
      <pubDate>Thu, 04 Aug 2016 22:13:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ssh-public-key-quot-fingerprint-quot-on-the-switch/m-p/43482#M10495</guid>
      <dc:creator>Transporter</dc:creator>
      <dc:date>2016-08-04T22:13:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to view ssh public key "fingerprint" on the switch?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ssh-public-key-quot-fingerprint-quot-on-the-switch/m-p/43483#M10496</link>
      <description>Sorry my bad,  I misread the question completely.</description>
      <pubDate>Thu, 04 Aug 2016 22:13:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ssh-public-key-quot-fingerprint-quot-on-the-switch/m-p/43483#M10496</guid>
      <dc:creator>Gareth_Mitchell</dc:creator>
      <dc:date>2016-08-04T22:13:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to view ssh public key "fingerprint" on the switch?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ssh-public-key-quot-fingerprint-quot-on-the-switch/m-p/43484#M10497</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
Try:&lt;BR /&gt;
"show sshd2 user-key"&lt;BR /&gt;
"show ssh2 private-key"</description>
      <pubDate>Thu, 04 Aug 2016 23:04:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ssh-public-key-quot-fingerprint-quot-on-the-switch/m-p/43484#M10497</guid>
      <dc:creator>Dorian_Perry</dc:creator>
      <dc:date>2016-08-04T23:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to view ssh public key "fingerprint" on the switch?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ssh-public-key-quot-fingerprint-quot-on-the-switch/m-p/43485#M10498</link>
      <description>Hi Dorian,&lt;BR /&gt;
&lt;BR /&gt;
SW1-MGMT.2 # show sshd2 user-key&lt;BR /&gt;
---------------------------------------------------------------------------------------&lt;BR /&gt;
#   Key name         Subject           Comment&lt;BR /&gt;
---------------------------------------------------------------------------------------&lt;BR /&gt;
&lt;BR /&gt;
---------------------------------------------------------------------------------------&lt;BR /&gt;
# is the number of users bound to the key&lt;BR /&gt;
SW1-MGMT.2 # show ssh&lt;BR /&gt;
&lt;BR /&gt;
The output empty.&lt;BR /&gt;
&lt;BR /&gt;
SW1-MGMT.2 # show ssh2 private-key&lt;BR /&gt;
&lt;BR /&gt;
2d:2d:2d:2d:20:42:45:47:49:4e:20:53:53:48:32:20:45:4e:43:52:59:50:54:45:44:20:50:52:49:56:41:54:45:20:4b:45:59:20:2d:2d:2d:2d:0a:53:75:62:6a:65:63:74:3a:20:72:6f:6f:74:0a:43:6f:6d:6d:65:6e:74:3a:20:22:32:30:34:38:2d:62:69:74:20:44:53:41:20:6b:65:79:2c:20:72:6f:6f:74:2c:20:57:65:64:20:41:75:67:20:20:33:20:30:30:3a:30:30:3a:32:31:20:32:30:31:36:22:0a:50:32:2f:35:36:77:41:41:41:34:49:41:41:41:41:6d:5a:47:77:74:62:57:39:6b:63:48:74:7a:61:57:64:75:65:32:52:7a:59:53:31:75:61:58:4e:30:4c:58:4e:6f:59:54:46:39:4c:47:52:6f:65:33:42:73:59:57:6c:75:66:58:30:41:41:41:41:45:0a:62:6d:39:75:5a:51:41:41:41:30:51:41:41:41:4e:41:41:41:41:41:41:41:41:41:43:41:43:45:6f:2b:75:43:2b:6a:51:72:6b:6e:55:75:75:2b:70:65:63:41:4f:66:57:7a:43:6e:4f:35:6a:4e:69:65:4d:58:53:57:56:48:65:67:38:42:6f:32:56:4d:0a:4c:37:4e:31:51:4b:4e:43:6e:6a:39:33:43:67:58:2f:38:6f:75:65:67:52:74:64:52:68:41:4b:32:31:65:64:6c:67:61:7a:31:4f:69:38:65:2f:30:6b:52:30:63:6b:4f:67:6a:38:34:69:70:39:36:58:55:62:6d:31:4c:65:52:6b:34:55:66:62:4f:62:0a:2b:5a:58:6e:62:45:48:47:66:31:54:76:72:79:63:64:37:4d:72:6a:72:43:42:46:5a:6b:4e:73:71:6f:72:36:55:42:78:30:59:35:4c:75:2f:32:54:59:71:76:73:4a:37:30:4c:52:4d:67:38:74:30:36:32:5a:61:55:48:36:59:47:32:48:4f:76:48:50:0a:53:56:35:65:61:7a:57:46:41:34:5a:57:6d:46:52:71:63:61:4f&lt;BR /&gt;
&lt;BR /&gt;
I have removed few lines (for the security reason)  but still, cannot compare "fingerprint."  So ssh fingerprint is a short vertion of the public key. Let's say l want to verify my ssh server using fingerprint presented during ssh challenge. Assume l do have access to the ssh server.</description>
      <pubDate>Thu, 04 Aug 2016 23:04:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ssh-public-key-quot-fingerprint-quot-on-the-switch/m-p/43485#M10498</guid>
      <dc:creator>Transporter</dc:creator>
      <dc:date>2016-08-04T23:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to view ssh public key "fingerprint" on the switch?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ssh-public-key-quot-fingerprint-quot-on-the-switch/m-p/43486#M10499</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
the output of "show ssh2 private-key" is a hex dump of the ASCII armored &lt;U&gt;private&lt;/U&gt; key. The fingerprint shown by PuTTY is a hex dump of an MD5 checksum over the &lt;U&gt;public&lt;/U&gt; key.&lt;BR /&gt;
&lt;BR /&gt;
I'd like to request the introduction of "show ssh2 public-key" and "show ssh2 public-key fingerprint" commands in EXOS. The latter could even expose several fingerprint methods that are currently in use (MD5 hex dump, SHA256 base64 encoded, ASCII art). &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
Erik</description>
      <pubDate>Thu, 04 Aug 2016 23:04:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ssh-public-key-quot-fingerprint-quot-on-the-switch/m-p/43486#M10499</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2016-08-04T23:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to view ssh public key "fingerprint" on the switch?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ssh-public-key-quot-fingerprint-quot-on-the-switch/m-p/43487#M10500</link>
      <description>To add some more info:&lt;BR /&gt;
&lt;BR /&gt;
It should be possible to extract the public key from the private key using "ssh-keygen -y -f", but at least EXOS 15.3 shows an encrypted key with unknown passphrase.&lt;BR /&gt;
&lt;BR /&gt;
An EXOS 21.1 VM shows an unencrypted private key that can be transformed to be used as input to "ssh-keygen -y -f", which correctly extracts the public key in base64 encoded form. This can be used with "ssh-keygen -l -f" to display the fingerprint.&lt;BR /&gt;
&lt;BR /&gt;
That is quite a tedious procedure, at least a command to show the fingerprint in the switch CLI would be useful.&lt;BR /&gt;
&lt;BR /&gt;
Erik</description>
      <pubDate>Thu, 04 Aug 2016 23:04:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ssh-public-key-quot-fingerprint-quot-on-the-switch/m-p/43487#M10500</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2016-08-04T23:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to view ssh public key "fingerprint" on the switch?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ssh-public-key-quot-fingerprint-quot-on-the-switch/m-p/43488#M10501</link>
      <description>Hi Erik,&lt;BR /&gt;
&lt;BR /&gt;
Thank you for your reply. I am unable to use these commands:&lt;BR /&gt;
&lt;BR /&gt;
primary.cfg       Created by ExtremeXOS version 15.3.5.2                  154747 bytes saved on Wed Aug  3 01:58:43 2016&lt;BR /&gt;
SW1-MGMT.7 # ssh-keygen -y -f&lt;BR /&gt;
                ^&lt;BR /&gt;
%% Invalid input detected at '^' marker.&lt;BR /&gt;
SW1-MGMT.8 # show ssh2 public-key fingerprint&lt;BR /&gt;
                        ^&lt;BR /&gt;
%% Invalid input detected at '^' marker.&lt;BR /&gt;
SW1-MGMT.9 #&lt;BR /&gt;
&lt;BR /&gt;
The information you have provided is very useful. But it is related more to the Linux/Unix operation system.&lt;BR /&gt;
&lt;BR /&gt;
Cheers,&lt;BR /&gt;
Mykhaylo&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Aug 2016 23:04:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ssh-public-key-quot-fingerprint-quot-on-the-switch/m-p/43488#M10501</guid>
      <dc:creator>Mykhaylo_Skrypk</dc:creator>
      <dc:date>2016-08-04T23:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to view ssh public key "fingerprint" on the switch?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ssh-public-key-quot-fingerprint-quot-on-the-switch/m-p/43489#M10502</link>
      <description>Sorry, those are Linux commands... The private key from EXOS show output can be transformed to be compatible with Linux tools. Those can be used on Linux to view the fingerprint. Unless the key shown by EXOS is encrypted with an unknown password.&lt;BR /&gt;
&lt;BR /&gt;
The procedure is a bit involved, therefore I did not write down all of the steps.&lt;BR /&gt;
&lt;BR /&gt;
Erik</description>
      <pubDate>Thu, 04 Aug 2016 23:04:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ssh-public-key-quot-fingerprint-quot-on-the-switch/m-p/43489#M10502</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2016-08-04T23:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to view ssh public key "fingerprint" on the switch?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ssh-public-key-quot-fingerprint-quot-on-the-switch/m-p/43490#M10503</link>
      <description>Hi Erik,&lt;BR /&gt;
&lt;BR /&gt;
Ok good. Now l understood the whole process.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Mykhaylo</description>
      <pubDate>Thu, 04 Aug 2016 23:04:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ssh-public-key-quot-fingerprint-quot-on-the-switch/m-p/43490#M10503</guid>
      <dc:creator>Mykhaylo_Skrypk</dc:creator>
      <dc:date>2016-08-04T23:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to view ssh public key "fingerprint" on the switch?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ssh-public-key-quot-fingerprint-quot-on-the-switch/m-p/43491#M10504</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
SSH authenticates both communication endpoints, server and client. The server is authenticated with the public host key in a "trust on first use" model. On the first connection, the fingerprint of the server's public key is displayed to the user, who has to decide whether to trust this key or not. This decision is facilitated by checking the server's public host key's fingerprint out-of-band, e.g. when connected via serial console.&lt;BR /&gt;
&lt;BR /&gt;
Current EXOS does not support checking the host key fingerprint. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
To work around this limitation, one can copy the private key of the EXOS switch to e.g. a GNU/Linux system, and then use tools usually available on GNU/Linux to determine the fingerprint. This works for not encrypted private keys only. The private key of a device should &lt;U&gt;not&lt;/U&gt; be copied to another system, as such the copied key needs to be securely deleted after generating the fingerprint.&lt;BR /&gt;
&lt;BR /&gt;
&lt;OL&gt; 
&lt;LI&gt;Display private host key on EXOSshow ssh2 private-key   
&lt;/LI&gt;&lt;LI&gt;Copy&amp;amp;paste private key to file &lt;I&gt;privkey.exos&lt;/I&gt; on GNU/Linux 
touch privkey.exos 
chmod 0600 privkey.exos 
cat &amp;gt; privkey.exos 
&lt;/LI&gt;&lt;LI&gt;Convert EXOS key format to OpenSSH format on GNU/Linux 
touch privkey.openssh 
chmod 0600 privkey.openssh 
tr -dc '[:xdigit:]' &amp;lt; privkey.exos | xxd -p -r &amp;gt; privkey.openssh 
&lt;/LI&gt;&lt;LI&gt;Generate public key from private key on GNU/Linuxssh-keygen -y -f privkey.openssh &amp;gt; pubkey.openssh 
&lt;/LI&gt;&lt;LI&gt;Remove private key files (may not be secure) on GNU/Linuxshred -u privkey.exos privkey.openssh 
&lt;/LI&gt;&lt;LI&gt;Generate fingerprint on GNU/Linuxssh-keygen -l -f pubkey.openssh | cut -d' ' -f2&lt;/LI&gt;&lt;/OL&gt;The public key may be disclosed, deletion is not necessary. Step two can be omitted if you copy&amp;amp;paste directly into "tr".&lt;BR /&gt;
&lt;BR /&gt;
Best regards,&lt;BR /&gt;
Erik&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Aug 2016 13:49:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ssh-public-key-quot-fingerprint-quot-on-the-switch/m-p/43491#M10504</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2016-08-08T13:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to view ssh public key "fingerprint" on the switch?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ssh-public-key-quot-fingerprint-quot-on-the-switch/m-p/43492#M10505</link>
      <description>Very clever Erik.  I'll make sure Drew gets this to our Dev team as a point of discussion.</description>
      <pubDate>Mon, 08 Aug 2016 13:49:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ssh-public-key-quot-fingerprint-quot-on-the-switch/m-p/43492#M10505</guid>
      <dc:creator>Ryan_Mathews</dc:creator>
      <dc:date>2016-08-08T13:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to view ssh public key "fingerprint" on the switch?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ssh-public-key-quot-fingerprint-quot-on-the-switch/m-p/43493#M10506</link>
      <description>Hi Erik,&lt;BR /&gt;
&lt;BR /&gt;
Wow, thanks for this. Really detailed answer. &lt;BR /&gt;
&lt;BR /&gt;
Thanks all,&lt;BR /&gt;
Mykhaylo&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Aug 2016 13:49:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-view-ssh-public-key-quot-fingerprint-quot-on-the-switch/m-p/43493#M10506</guid>
      <dc:creator>Mykhaylo_Skrypk</dc:creator>
      <dc:date>2016-08-08T13:49:00Z</dc:date>
    </item>
  </channel>
</rss>

