<?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 SSH/Telnet client on WAAS in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/ssh-telnet-client-on-waas/m-p/2516758#M44157</link>
    <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I have couple of questions regarding SSH and telnet clients running on my WAAS boxes (ver 5.3.3). I noticed that it is possible to initiate SSH or telnet session from WAAS box even if telnet and SSH services are off ("no sshd enable" and "no telnet enable" commands). Ok, so it means that these commands turn&amp;nbsp;off SSH and telnet "server" on the box and not the client. Is there any possibility to turn off SSH and telnet client on the WAAS box, please ?&lt;/P&gt;&lt;P&gt;Regarding SSH client. Command reference guide says that I can use special SSH options defined in RFC 4254 when initiating SSH session. I can list these options using CLI:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;wave#ssh -l&lt;BR /&gt;ssh: option requires an argument -- l&lt;BR /&gt;Usage: ssh [options] host [command]&lt;BR /&gt;Options:&lt;BR /&gt;&amp;nbsp; -l user &amp;nbsp; &amp;nbsp; Log in using this user name.&lt;BR /&gt;&amp;nbsp; -n &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Redirect input from /dev/null.&lt;BR /&gt;&amp;nbsp; -F config &amp;nbsp; Config file (default: ~/.ssh/config).&lt;BR /&gt;&amp;nbsp; -A &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Enable authentication agent forwarding.&lt;BR /&gt;&amp;nbsp; -a &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Disable authentication agent forwarding (default).&lt;BR /&gt;&amp;nbsp; -X &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Enable X11 connection forwarding.&lt;BR /&gt;&amp;nbsp; -x &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Disable X11 connection forwarding (default).&lt;BR /&gt;&amp;nbsp; -i file &amp;nbsp; &amp;nbsp; Identity for public key authentication (default: ~/.ssh/identity)&lt;BR /&gt;&amp;nbsp; -t &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Tty; allocate a tty even if command is given.&lt;BR /&gt;&amp;nbsp; -T &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Do not allocate a tty.&lt;BR /&gt;&amp;nbsp; -v &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Verbose; display verbose debugging messages.&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Multiple -v increases verbosity.&lt;BR /&gt;&amp;nbsp; -V &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Display version number only.&lt;BR /&gt;&amp;nbsp; -q &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Quiet; don't display any warning messages.&lt;BR /&gt;&amp;nbsp; -f &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Fork into background after authentication.&lt;BR /&gt;&amp;nbsp; -e char &amp;nbsp; &amp;nbsp; Set escape character; ``none'' = disable (default: ~).&lt;BR /&gt;&amp;nbsp; -c cipher &amp;nbsp; Select encryption algorithm&lt;BR /&gt;&amp;nbsp; -m macs &amp;nbsp; &amp;nbsp; Specify MAC algorithms for protocol version 2.&lt;BR /&gt;&amp;nbsp; -p port &amp;nbsp; &amp;nbsp; Connect to this port. &amp;nbsp;Server must be on the same port.&lt;BR /&gt;&amp;nbsp; -L listen-port:host:port &amp;nbsp; Forward local port to remote address&lt;BR /&gt;&amp;nbsp; -R listen-port:host:port &amp;nbsp; Forward remote port to local address&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; These cause ssh to listen for connections on a port, and&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; forward them to the other side by connecting to host:port.&lt;BR /&gt;&amp;nbsp; -D port &amp;nbsp; &amp;nbsp; Enable dynamic application-level port forwarding.&lt;BR /&gt;&amp;nbsp; -C &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Enable compression.&lt;BR /&gt;&amp;nbsp; -N &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Do not execute a shell or command.&lt;BR /&gt;&amp;nbsp; -g &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Allow remote hosts to connect to forwarded ports.&lt;BR /&gt;&amp;nbsp; -1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Force protocol version 1.&lt;BR /&gt;&amp;nbsp; -2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Force protocol version 2.&lt;BR /&gt;&amp;nbsp; -4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Use IPv4 only.&lt;BR /&gt;&amp;nbsp; -6 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Use IPv6 only.&lt;BR /&gt;&amp;nbsp; -o 'option' Process the option as if it was read from a configuration file.&lt;BR /&gt;&amp;nbsp; -s &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Invoke command (mandatory) as SSH2 subsystem.&lt;BR /&gt;&amp;nbsp; -b addr &amp;nbsp; &amp;nbsp; Local IP address.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;But none of these arguments actually works. For example -l option:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;wave#ssh -l admin 1.1.1.1&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;^&lt;BR /&gt;% Invalid input detected at '^' marker.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Ok, I know that I can use "ssh admin@1.1.1.1" command which works but what about other arguments? Is it possible to use port forwarding for example?&lt;/P&gt;&lt;P&gt;How can I check SSH client configuration on WAAS box, please ?&lt;/P&gt;&lt;P&gt;Gratitude.&lt;/P&gt;&lt;P&gt;Rgrds,&lt;/P&gt;&lt;P&gt;Stan&lt;/P&gt;</description>
    <pubDate>Mon, 08 Sep 2014 11:58:29 GMT</pubDate>
    <dc:creator>Stan Volansky</dc:creator>
    <dc:date>2014-09-08T11:58:29Z</dc:date>
    <item>
      <title>SSH/Telnet client on WAAS</title>
      <link>https://community.cisco.com/t5/application-networking/ssh-telnet-client-on-waas/m-p/2516758#M44157</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I have couple of questions regarding SSH and telnet clients running on my WAAS boxes (ver 5.3.3). I noticed that it is possible to initiate SSH or telnet session from WAAS box even if telnet and SSH services are off ("no sshd enable" and "no telnet enable" commands). Ok, so it means that these commands turn&amp;nbsp;off SSH and telnet "server" on the box and not the client. Is there any possibility to turn off SSH and telnet client on the WAAS box, please ?&lt;/P&gt;&lt;P&gt;Regarding SSH client. Command reference guide says that I can use special SSH options defined in RFC 4254 when initiating SSH session. I can list these options using CLI:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;wave#ssh -l&lt;BR /&gt;ssh: option requires an argument -- l&lt;BR /&gt;Usage: ssh [options] host [command]&lt;BR /&gt;Options:&lt;BR /&gt;&amp;nbsp; -l user &amp;nbsp; &amp;nbsp; Log in using this user name.&lt;BR /&gt;&amp;nbsp; -n &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Redirect input from /dev/null.&lt;BR /&gt;&amp;nbsp; -F config &amp;nbsp; Config file (default: ~/.ssh/config).&lt;BR /&gt;&amp;nbsp; -A &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Enable authentication agent forwarding.&lt;BR /&gt;&amp;nbsp; -a &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Disable authentication agent forwarding (default).&lt;BR /&gt;&amp;nbsp; -X &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Enable X11 connection forwarding.&lt;BR /&gt;&amp;nbsp; -x &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Disable X11 connection forwarding (default).&lt;BR /&gt;&amp;nbsp; -i file &amp;nbsp; &amp;nbsp; Identity for public key authentication (default: ~/.ssh/identity)&lt;BR /&gt;&amp;nbsp; -t &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Tty; allocate a tty even if command is given.&lt;BR /&gt;&amp;nbsp; -T &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Do not allocate a tty.&lt;BR /&gt;&amp;nbsp; -v &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Verbose; display verbose debugging messages.&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Multiple -v increases verbosity.&lt;BR /&gt;&amp;nbsp; -V &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Display version number only.&lt;BR /&gt;&amp;nbsp; -q &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Quiet; don't display any warning messages.&lt;BR /&gt;&amp;nbsp; -f &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Fork into background after authentication.&lt;BR /&gt;&amp;nbsp; -e char &amp;nbsp; &amp;nbsp; Set escape character; ``none'' = disable (default: ~).&lt;BR /&gt;&amp;nbsp; -c cipher &amp;nbsp; Select encryption algorithm&lt;BR /&gt;&amp;nbsp; -m macs &amp;nbsp; &amp;nbsp; Specify MAC algorithms for protocol version 2.&lt;BR /&gt;&amp;nbsp; -p port &amp;nbsp; &amp;nbsp; Connect to this port. &amp;nbsp;Server must be on the same port.&lt;BR /&gt;&amp;nbsp; -L listen-port:host:port &amp;nbsp; Forward local port to remote address&lt;BR /&gt;&amp;nbsp; -R listen-port:host:port &amp;nbsp; Forward remote port to local address&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; These cause ssh to listen for connections on a port, and&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; forward them to the other side by connecting to host:port.&lt;BR /&gt;&amp;nbsp; -D port &amp;nbsp; &amp;nbsp; Enable dynamic application-level port forwarding.&lt;BR /&gt;&amp;nbsp; -C &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Enable compression.&lt;BR /&gt;&amp;nbsp; -N &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Do not execute a shell or command.&lt;BR /&gt;&amp;nbsp; -g &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Allow remote hosts to connect to forwarded ports.&lt;BR /&gt;&amp;nbsp; -1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Force protocol version 1.&lt;BR /&gt;&amp;nbsp; -2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Force protocol version 2.&lt;BR /&gt;&amp;nbsp; -4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Use IPv4 only.&lt;BR /&gt;&amp;nbsp; -6 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Use IPv6 only.&lt;BR /&gt;&amp;nbsp; -o 'option' Process the option as if it was read from a configuration file.&lt;BR /&gt;&amp;nbsp; -s &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Invoke command (mandatory) as SSH2 subsystem.&lt;BR /&gt;&amp;nbsp; -b addr &amp;nbsp; &amp;nbsp; Local IP address.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;But none of these arguments actually works. For example -l option:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;wave#ssh -l admin 1.1.1.1&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;^&lt;BR /&gt;% Invalid input detected at '^' marker.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Ok, I know that I can use "ssh admin@1.1.1.1" command which works but what about other arguments? Is it possible to use port forwarding for example?&lt;/P&gt;&lt;P&gt;How can I check SSH client configuration on WAAS box, please ?&lt;/P&gt;&lt;P&gt;Gratitude.&lt;/P&gt;&lt;P&gt;Rgrds,&lt;/P&gt;&lt;P&gt;Stan&lt;/P&gt;</description>
      <pubDate>Mon, 08 Sep 2014 11:58:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ssh-telnet-client-on-waas/m-p/2516758#M44157</guid>
      <dc:creator>Stan Volansky</dc:creator>
      <dc:date>2014-09-08T11:58:29Z</dc:date>
    </item>
    <item>
      <title>Hi Stan, I pulled this for</title>
      <link>https://community.cisco.com/t5/application-networking/ssh-telnet-client-on-waas/m-p/2516759#M44158</link>
      <description>&lt;P class="pSF_StepFirst" style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin-right: 0em; margin-bottom: 14px; margin-left: 0.57in; text-indent: -0.57in; line-height: normal;"&gt;Hi&amp;nbsp;Stan,&lt;/P&gt;&lt;P class="pSF_StepFirst" style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin-right: 0em; margin-bottom: 14px; margin-left: 0.57in; text-indent: -0.57in; line-height: normal;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="pSF_StepFirst" style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin-right: 0em; margin-bottom: 14px; margin-left: 0.57in; text-indent: -0.57in; line-height: normal;"&gt;I pulled this for the WAAS configuration guide on how to get to the SSH configurations through the GUI. You can find the link to the&lt;/P&gt;&lt;P class="pSF_StepFirst" style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin-right: 0em; margin-bottom: 14px; margin-left: 0.57in; text-indent: -0.57in; line-height: normal;"&gt;config guide &lt;A href="http://www.cisco.com/c/en/us/td/docs/app_ntwk_services/waas/waas/v407/configuration/guide/cfgd/admin.html"&gt;here&lt;/A&gt;.&amp;nbsp;I hope this helps in regards to&amp;nbsp;your question&amp;nbsp;on&amp;nbsp;how to check the SSH client configuration.&lt;/P&gt;&lt;P class="pSF_StepFirst" style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin-right: 0em; margin-bottom: 14px; margin-left: 0.57in; text-indent: -0.57in; line-height: normal;"&gt;&lt;B&gt;Step&amp;nbsp;1&amp;nbsp;&lt;/B&gt;&lt;IMG alt="" border="0" height="2" src="http://www.cisco.com/c/dam/en/us/td/i/templates/blank.gif" width="5" /&gt;From the WAAS Central Manager GUI, choose&amp;nbsp;&lt;B class="cBold"&gt;Devices &amp;gt; Devices&amp;nbsp;&lt;/B&gt;(or&amp;nbsp;&lt;B class="cBold"&gt;Devices &amp;gt; Device Groups&lt;/B&gt;).&lt;/P&gt;&lt;P class="pSN_StepNext" style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin-right: 0em; margin-bottom: 14px; margin-left: 0.57in; text-indent: -0.57in; line-height: normal;"&gt;&lt;B&gt;Step&amp;nbsp;2&amp;nbsp;&lt;/B&gt;&lt;IMG alt="" border="0" height="2" src="http://www.cisco.com/c/dam/en/us/td/i/templates/blank.gif" width="5" /&gt;Click the&amp;nbsp;&lt;B class="cBold"&gt;Edit&lt;/B&gt;&amp;nbsp;icon next to the device (or device group) for which you want to enable SSH.&lt;/P&gt;&lt;P class="pSN_StepNext" style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin-right: 0em; margin-bottom: 14px; margin-left: 0.57in; text-indent: -0.57in; line-height: normal;"&gt;&lt;B&gt;Step&amp;nbsp;3&amp;nbsp;&lt;/B&gt;&lt;IMG alt="" border="0" height="2" src="http://www.cisco.com/c/dam/en/us/td/i/templates/blank.gif" width="5" /&gt;Click&amp;nbsp;&lt;B class="cBold"&gt;Expand All&lt;/B&gt;&amp;nbsp;above the Contents pane.&lt;/P&gt;&lt;P class="pSN_StepNext" style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin-right: 0em; margin-bottom: 14px; margin-left: 0.57in; text-indent: -0.57in; line-height: normal;"&gt;&lt;B&gt;Step&amp;nbsp;4&amp;nbsp;&lt;/B&gt;&lt;IMG alt="" border="0" height="2" src="http://www.cisco.com/c/dam/en/us/td/i/templates/blank.gif" width="5" /&gt;Click&amp;nbsp;&lt;B class="cBold"&gt;Show Advanced&amp;nbsp;&lt;/B&gt;above the Contents pane.&lt;/P&gt;&lt;P class="pSN_StepNext" style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin-right: 0em; margin-bottom: 14px; margin-left: 0.57in; text-indent: -0.57in; line-height: normal;"&gt;&lt;B&gt;Step&amp;nbsp;5&amp;nbsp;&lt;/B&gt;&lt;IMG alt="" border="0" height="2" src="http://www.cisco.com/c/dam/en/us/td/i/templates/blank.gif" width="5" /&gt;In the Contents pane, choose&amp;nbsp;&lt;B class="cBold"&gt;General Settings &amp;gt; Login Access Control &amp;gt; SSH&lt;/B&gt;.&lt;/P&gt;&lt;P class="pSB_StepBody" style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin-right: 0em; margin-bottom: 14px; margin-left: 3.6em; line-height: normal;"&gt;The SSH Configuration window appears.&amp;nbsp;&lt;/P&gt;&lt;P class="pSB_StepBody" style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin-right: 0em; margin-bottom: 14px; margin-left: 3.6em; line-height: normal;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="pSB_StepBody" style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin-right: 0em; margin-bottom: 14px; margin-left: 3.6em; line-height: normal;"&gt;&lt;IMG alt="" src="http://www.cisco.com/c/dam/en/us/td/i/100001-200000/150001-160000/159001-160000/159076.tif/_jcr_content/renditions/159076.jpg" style="width: 808px; height: 599px;" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Sep 2014 18:44:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ssh-telnet-client-on-waas/m-p/2516759#M44158</guid>
      <dc:creator>Jeffrey Saelens</dc:creator>
      <dc:date>2014-09-08T18:44:50Z</dc:date>
    </item>
    <item>
      <title>Hi Jeff,thanks for your</title>
      <link>https://community.cisco.com/t5/application-networking/ssh-telnet-client-on-waas/m-p/2516760#M44159</link>
      <description>&lt;P&gt;Hi Jeff,&lt;/P&gt;&lt;P&gt;thanks for your answer.&lt;/P&gt;&lt;P&gt;In your post, there is configuration of SSH service on the WAAS (when connecting TO the WAAS box).&lt;/P&gt;&lt;P&gt;I was asking my question regarding SSH client (when connectiong FROM the WAAS box). If it is possible to turn it off and how to use SSH options like portforwarding.&lt;/P&gt;&lt;P&gt;Gratitude,&lt;/P&gt;&lt;P&gt;Stan&lt;/P&gt;</description>
      <pubDate>Tue, 09 Sep 2014 08:06:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ssh-telnet-client-on-waas/m-p/2516760#M44159</guid>
      <dc:creator>Stan Volansky</dc:creator>
      <dc:date>2014-09-09T08:06:24Z</dc:date>
    </item>
  </channel>
</rss>

