<?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: SSH client of switch stops working for the current session after executing Python script in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ssh-client-of-switch-stops-working-for-the-current-session-after/m-p/22596#M1971</link>
    <description>One more update for the community, the fix for this will be included in EXOS 22.1.1, EXOS 16.2.2, EXOS 16.1.4, and the September patch of EXOS 21.1.2.</description>
    <pubDate>Fri, 01 Jul 2016 21:01:00 GMT</pubDate>
    <dc:creator>BrandonC</dc:creator>
    <dc:date>2016-07-01T21:01:00Z</dc:date>
    <item>
      <title>SSH client of switch stops working for the current session after executing Python script</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ssh-client-of-switch-stops-working-for-the-current-session-after/m-p/22591#M1966</link>
      <description>The SSH client available on EXOS stops working for the current session after executing the Python script "mlag_config_check.py" (from &lt;A href="https://github.com/extremenetworks/ExtremeScripting/tree/master/EXOS/Python/mlag_config_check" target="_blank" rel="nofollow noreferrer noopener"&gt;https://github.com/extremenetworks/ExtremeScripting/tree/master/EXOS/Python/mlag_config_check&lt;/A&gt;). Logging out and then back in again resolves the issue.&lt;BR /&gt;
&lt;BR /&gt;
The same happens after running the script "show_port_vid.py" (from &lt;A href="https://github.com/extremenetworks/ExtremeScripting/tree/master/EXOS/Python/show_port_vid" target="_blank" rel="nofollow noreferrer noopener"&gt;https://github.com/extremenetworks/ExtremeScripting/tree/master/EXOS/Python/show_port_vid&lt;/A&gt;), so it seems to be a problem with running (Python) scripts, not with the individual script that first showed the problem.&lt;BR /&gt;
&lt;BR /&gt;
Reported here as asked on &lt;A href="https://github.com/extremenetworks/ExtremeScripting" target="_blank" rel="nofollow noreferrer noopener"&gt;https://github.com/extremenetworks/ExtremeScripting&lt;/A&gt; .&lt;BR /&gt;
&lt;BR /&gt;
Observed on an X620-16t switch with EXOS version 21.1.1.4-patch1-2.&lt;BR /&gt;
&lt;BR /&gt;
Log:&lt;BR /&gt;
login: admin password:  ExtremeXOS Copyright (C) 1996-2016 Extreme Networks. All rights reserved. This product is protected by one or more US patents listed at http://www.extremenetworks.com/patents along with their foreign counterparts. ==============================================================================  Press the  or '?' key at any time for completions. Remember to save your configuration changes.   X620-16t-PoC_01.1 # ssh2 10.255.255.12 admin@10.255.255.12's password: ExtremeXOS Copyright (C) 1996-2016 Extreme Networks. All rights reserved. This product is protected by one or more US patents listed at http://www.extremenetworks.com/patents along with their foreign counterparts. ==============================================================================  Press the  or '?' key at any time for completions. Remember to save your configuration changes.   X620-16t-PoC_02.1 # exit Connection to 10.255.255.12 closed. X620-16t-PoC_01.2 # ssh2 10.255.255.12 admin@10.255.255.12's password: ExtremeXOS Copyright (C) 1996-2016 Extreme Networks. All rights reserved. This product is protected by one or more US patents listed at http://www.extremenetworks.com/patents along with their foreign counterparts. ==============================================================================  Press the  or '?' key at any time for completions. Remember to save your configuration changes.   X620-16t-PoC_02.1 # exit Connection to 10.255.255.12 closed. X620-16t-PoC_01.2 # run script mlag_config_check  ****mlag_config_check.py running on MLAG Peer X620-16t-PoC_02****  Local and remote FDB checksums match. MLAG config check completed. X620-16t-PoC_01.3 # ssh2 10.255.255.12 sh: ./ssh: Permission denied X620-16t-PoC_01.4 # exit  login: admin password:  ExtremeXOS Copyright (C) 1996-2016 Extreme Networks. All rights reserved. This product is protected by one or more US patents listed at http://www.extremenetworks.com/patents along with their foreign counterparts. ==============================================================================  Press the  or '?' key at any time for completions. Remember to save your configuration changes.   X620-16t-PoC_01.1 # ssh2 10.255.255.12 admin@10.255.255.12's password: ExtremeXOS Copyright (C) 1996-2016 Extreme Networks. All rights reserved. This product is protected by one or more US patents listed at http://www.extremenetworks.com/patents along with their foreign counterparts. ==============================================================================  Press the  or '?' key at any time for completions. Remember to save your configuration changes.   X620-16t-PoC_02.1 # exit Connection to 10.255.255.12 closed. X620-16t-PoC_01.2 # &lt;BR /&gt;
Best regards,&lt;BR /&gt;
Erik</description>
      <pubDate>Thu, 16 Jun 2016 18:02:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ssh-client-of-switch-stops-working-for-the-current-session-after/m-p/22591#M1966</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2016-06-16T18:02:00Z</dc:date>
    </item>
    <item>
      <title>RE: SSH client of switch stops working for the current session after executing Python script</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ssh-client-of-switch-stops-working-for-the-current-session-after/m-p/22592#M1967</link>
      <description>This happens with every python script, just tested with a python file containing just the statement "True":&lt;BR /&gt;
X620-16t-PoC_01.4 # ls  -rw-r--r--    1 admin    admin           5 Jun 16 13:17 a_script.py  X620-16t-PoC_01.2 # run script a_script  X620-16t-PoC_01.3 # ssh 10.255.255.12  sh: ./ssh: Permission denied&lt;BR /&gt;
 &lt;BR /&gt;
I'll open a case...&lt;BR /&gt;
&lt;BR /&gt;
Br,&lt;BR /&gt;
Erik</description>
      <pubDate>Thu, 16 Jun 2016 18:21:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ssh-client-of-switch-stops-working-for-the-current-session-after/m-p/22592#M1967</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2016-06-16T18:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: SSH client of switch stops working for the current session after executing Python script</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ssh-client-of-switch-stops-working-for-the-current-session-after/m-p/22593#M1968</link>
      <description>Well that doesn't sound good.  Opening a case is the right path for this one.  Thanks Erik.&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Jun 2016 18:21:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ssh-client-of-switch-stops-working-for-the-current-session-after/m-p/22593#M1968</guid>
      <dc:creator>Drew_C</dc:creator>
      <dc:date>2016-06-16T18:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: SSH client of switch stops working for the current session after executing Python script</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ssh-client-of-switch-stops-working-for-the-current-session-after/m-p/22594#M1969</link>
      <description>Hi Erik, I just took ownership of this case. I'll be reaching out shortly.</description>
      <pubDate>Thu, 16 Jun 2016 18:21:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ssh-client-of-switch-stops-working-for-the-current-session-after/m-p/22594#M1969</guid>
      <dc:creator>BrandonC</dc:creator>
      <dc:date>2016-06-16T18:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: SSH client of switch stops working for the current session after executing Python script</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ssh-client-of-switch-stops-working-for-the-current-session-after/m-p/22595#M1970</link>
      <description>As an update for the community, CR xos0064706 was assigned for this issue. We are currently waiting for the fix to be scoped, but once it is I will follow up here to let everyone know where the fix will be included.</description>
      <pubDate>Fri, 17 Jun 2016 20:30:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ssh-client-of-switch-stops-working-for-the-current-session-after/m-p/22595#M1970</guid>
      <dc:creator>BrandonC</dc:creator>
      <dc:date>2016-06-17T20:30:00Z</dc:date>
    </item>
    <item>
      <title>RE: SSH client of switch stops working for the current session after executing Python script</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ssh-client-of-switch-stops-working-for-the-current-session-after/m-p/22596#M1971</link>
      <description>One more update for the community, the fix for this will be included in EXOS 22.1.1, EXOS 16.2.2, EXOS 16.1.4, and the September patch of EXOS 21.1.2.</description>
      <pubDate>Fri, 01 Jul 2016 21:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ssh-client-of-switch-stops-working-for-the-current-session-after/m-p/22596#M1971</guid>
      <dc:creator>BrandonC</dc:creator>
      <dc:date>2016-07-01T21:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: SSH client of switch stops working for the current session after executing Python script</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ssh-client-of-switch-stops-working-for-the-current-session-after/m-p/22597#M1972</link>
      <description>Thanks for the update!</description>
      <pubDate>Fri, 01 Jul 2016 21:07:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ssh-client-of-switch-stops-working-for-the-current-session-after/m-p/22597#M1972</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2016-07-01T21:07:00Z</dc:date>
    </item>
  </channel>
</rss>

