<?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:vtune remote ssh connection fails in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/vtune-remote-ssh-connection-fails/m-p/1344024#M21665</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We are working on this internally. We will update you soon with an update.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 14 Dec 2021 16:31:58 GMT</pubDate>
    <dc:creator>RahulU_Intel</dc:creator>
    <dc:date>2021-12-14T16:31:58Z</dc:date>
    <item>
      <title>vtune remote ssh connection fails</title>
      <link>https://community.intel.com/t5/Analyzers/vtune-remote-ssh-connection-fails/m-p/1328423#M21515</link>
      <description>&lt;P&gt;I'm trying to connect from MacOS Big Sur to a remote ubuntu machine.&lt;/P&gt;
&lt;P&gt;I've setup passwordless ssh and installed the target package:&lt;/P&gt;
&lt;LI-CODE lang="bash"&gt; % ssh dyitzchaki@dasher-2T4s /home/dyitzchaki/vtune_profiler_target/bin32/amplxe-runss -V
Intel(R) oneAPI VTune(TM) Profiler 2021.2.0 (build 615922) Data Collector
Copyright (C) 2009-2021 Intel Corporation. All rights reserved.&lt;/LI-CODE&gt;
&lt;P&gt;But VTune still complains about not being able to connect:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;- Please, check that the command `'/home/dyitzchaki/vtune_profiler_target/bin32/amplxe-runss -V'` is run successfully on the target.
- VTune cannot detect remote machine configuration.&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;In the console I run vtune-gui from I can see&lt;/P&gt;
&lt;LI-CODE lang="bash"&gt;[25034:1109/135724.141694:ERROR:ssl_client_socket_impl.cc(981)] handshake failed; returned -1, SSL error code 1, net_error -207
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was able to connect to this machine in the past from an older mac.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is my configuration:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;SSH destination 
dyitzchaki@dasher-2T4s

VTune Profiler installation directory on the remote system
/home/dyitzchaki/vtune_profiler_target

Temporary directory on the remote system
/tmp&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Version: 2021.8.0&lt;/P&gt;
&lt;P&gt;OS: macOS&amp;nbsp;11.6.1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Nov 2021 12:02:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/vtune-remote-ssh-connection-fails/m-p/1328423#M21515</guid>
      <dc:creator>dvirtz</dc:creator>
      <dc:date>2021-11-09T12:02:11Z</dc:date>
    </item>
    <item>
      <title>Re:vtune remote ssh connection fails</title>
      <link>https://community.intel.com/t5/Analyzers/vtune-remote-ssh-connection-fails/m-p/1328766#M21522</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for posting in Intel communities. We are trying to reproduce your issue from our side. We will update you soon.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Nov 2021 14:28:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/vtune-remote-ssh-connection-fails/m-p/1328766#M21522</guid>
      <dc:creator>RahulU_Intel</dc:creator>
      <dc:date>2021-11-10T14:28:28Z</dc:date>
    </item>
    <item>
      <title>Re:vtune remote ssh connection fails</title>
      <link>https://community.intel.com/t5/Analyzers/vtune-remote-ssh-connection-fails/m-p/1336815#M21552</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please share  with us the configuration of the Ubuntu machine which you are trying to connect to.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Nov 2021 03:18:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/vtune-remote-ssh-connection-fails/m-p/1336815#M21552</guid>
      <dc:creator>RahulU_Intel</dc:creator>
      <dc:date>2021-11-17T03:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: Re:vtune remote ssh connection fails</title>
      <link>https://community.intel.com/t5/Analyzers/vtune-remote-ssh-connection-fails/m-p/1336870#M21556</link>
      <description>&lt;LI-CODE lang="markup"&gt;Host dasher-test
  HostName &amp;lt;hidden&amp;gt;
  User ubuntu
  ProxyCommand ssh -W %h:%p  &amp;lt;hidden&amp;gt; -p &amp;lt;hidden&amp;gt;
  StrictHostKeyChecking no&lt;/LI-CODE&gt;
&lt;P&gt;Ubuntu version is 18.04.&lt;/P&gt;
&lt;P&gt;What else do you need?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 07:28:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/vtune-remote-ssh-connection-fails/m-p/1336870#M21556</guid>
      <dc:creator>dvirtz</dc:creator>
      <dc:date>2021-11-17T07:28:59Z</dc:date>
    </item>
    <item>
      <title>Re:vtune remote ssh connection fails</title>
      <link>https://community.intel.com/t5/Analyzers/vtune-remote-ssh-connection-fails/m-p/1338563#M21578</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We tried reproducing your issue from our side. We were successfully able to connect to remote ubuntu machine and run analysis on it. Could you please make sure that you have configured the linux target system correctly and&amp;nbsp;try running remote performance analysis on the remote ubuntu machine by following the steps in the given link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/develop/documentation/vtune-help/top/command-line-interface/running-command-line-analysis/configuring-analysis-options-from-the-command-line/collect-data-remote-linux-systems-command-line.html" rel="noopener noreferrer" target="_blank"&gt;https://www.intel.com/content/www/us/en/develop/documentation/vtune-help/top/command-line-interface/running-command-line-analysis/configuring-analysis-options-from-the-command-line/collect-data-remote-linux-systems-command-line.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;For configuring remote ubuntu machine you can&amp;nbsp;follow the below link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/develop/documentation/vtune-help/top/set-up-analysis-target/linux-targets/remote-linux-target-setup/configuring-ssh-access-for-remote-collection.html#configuring-ssh-access-for-remote-collection_LIN" rel="noopener noreferrer" target="_blank"&gt;https://www.intel.com/content/www/us/en/develop/documentation/vtune-help/top/set-up-analysis-target/linux-targets/remote-linux-target-setup/configuring-ssh-access-for-remote-collection.html#configuring-ssh-access-for-remote-collection_LIN&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Nov 2021 11:48:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/vtune-remote-ssh-connection-fails/m-p/1338563#M21578</guid>
      <dc:creator>RahulU_Intel</dc:creator>
      <dc:date>2021-11-23T11:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Re:vtune remote ssh connection fails</title>
      <link>https://community.intel.com/t5/Analyzers/vtune-remote-ssh-connection-fails/m-p/1339717#M21599</link>
      <description>&lt;P&gt;Thanks Rahul.&lt;/P&gt;
&lt;P&gt;I went over the docs again and verified everything is setup correctly.&lt;/P&gt;
&lt;P&gt;I did notice though that command-line profiling does work but the GUI still shows the same errors as above.&lt;/P&gt;</description>
      <pubDate>Sun, 28 Nov 2021 10:46:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/vtune-remote-ssh-connection-fails/m-p/1339717#M21599</guid>
      <dc:creator>dvirtz</dc:creator>
      <dc:date>2021-11-28T10:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: vtune remote ssh connection fails</title>
      <link>https://community.intel.com/t5/Analyzers/vtune-remote-ssh-connection-fails/m-p/1341149#M21614</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We tried reproducing your issue at our end. We were able to do the profiling through GUI. Could you please share with us the screenshot of your configuration in GUI and also the error you are getting. Could you please confirm that in the "&lt;STRONG&gt;WHERE&lt;/STRONG&gt;" pane of VTune Gui for the fields "&lt;STRONG&gt;VTune profiler installation directory on the remote system&lt;/STRONG&gt;" and "&lt;STRONG&gt;Temporary directory on the remote system&lt;/STRONG&gt;" you are giving a location of any temporary directory and not the path of application in the VTune directory on the remote system(We have also attached a screenshot for your reference). After doing the steps for "WHERE" pane you have to click on Deploy. Also could you please confirm that in the "&lt;STRONG&gt;WHAT&lt;/STRONG&gt;" pane of the VTune Gui you have given the right path for the application you want to do the profiling on.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and Regards&lt;/P&gt;
&lt;P&gt;Rahul&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Scrnshot.png" style="width: 792px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/24507i10E4EDC53AC5C890/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Scrnshot.png" alt="Scrnshot.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Dec 2021 05:32:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/vtune-remote-ssh-connection-fails/m-p/1341149#M21614</guid>
      <dc:creator>RahulU_Intel</dc:creator>
      <dc:date>2021-12-03T05:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: vtune remote ssh connection fails</title>
      <link>https://community.intel.com/t5/Analyzers/vtune-remote-ssh-connection-fails/m-p/1341524#M21623</link>
      <description>&lt;P&gt;GUI screenshot (not working):&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2021-12-05 at 11.43.13.png" style="width: 999px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/24550i0DA0D3EB2984E141/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Screen Shot 2021-12-05 at 11.43.13.png" alt="Screen Shot 2021-12-05 at 11.43.13.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;CLI screenshot (working):&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2021-12-05 at 11.41.21.png" style="width: 999px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/24549iA55E684623C25AD6/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Screen Shot 2021-12-05 at 11.41.21.png" alt="Screen Shot 2021-12-05 at 11.41.21.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Dec 2021 09:44:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/vtune-remote-ssh-connection-fails/m-p/1341524#M21623</guid>
      <dc:creator>dvirtz</dc:creator>
      <dc:date>2021-12-05T09:44:03Z</dc:date>
    </item>
    <item>
      <title>Re:vtune remote ssh connection fails</title>
      <link>https://community.intel.com/t5/Analyzers/vtune-remote-ssh-connection-fails/m-p/1344024#M21665</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We are working on this internally. We will update you soon with an update.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Dec 2021 16:31:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/vtune-remote-ssh-connection-fails/m-p/1344024#M21665</guid>
      <dc:creator>RahulU_Intel</dc:creator>
      <dc:date>2021-12-14T16:31:58Z</dc:date>
    </item>
    <item>
      <title>Re:vtune remote ssh connection fails</title>
      <link>https://community.intel.com/t5/Analyzers/vtune-remote-ssh-connection-fails/m-p/1348633#M21733</link>
      <description>&lt;P&gt;&lt;SPAN style="font-family: &amp;quot;Segoe UI&amp;quot;, sans-serif; font-size: 10pt;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: &amp;quot;Segoe UI&amp;quot;, sans-serif; font-size: 10pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: &amp;quot;Segoe UI&amp;quot;, sans-serif; font-size: 10.5pt;"&gt;We are sorry for the delay. Could you please confirm you clicked on the "&lt;/SPAN&gt;&lt;B style="font-family: &amp;quot;Segoe UI&amp;quot;, sans-serif; font-size: 10.5pt;"&gt;Deploy&lt;/B&gt;&lt;SPAN style="font-family: &amp;quot;Segoe UI&amp;quot;, sans-serif; font-size: 10.5pt;"&gt;" button in the "&lt;/SPAN&gt;&lt;B style="font-family: &amp;quot;Segoe UI&amp;quot;, sans-serif; font-size: 10.5pt;"&gt;WHERE&lt;/B&gt;&lt;SPAN style="font-family: &amp;quot;Segoe UI&amp;quot;, sans-serif; font-size: 10.5pt;"&gt;" pane. Also&lt;/SPAN&gt;&lt;B style="font-family: &amp;quot;Segoe UI&amp;quot;, sans-serif; font-size: 10.5pt;"&gt; &lt;/B&gt;&lt;SPAN style="font-family: &amp;quot;Segoe UI&amp;quot;, sans-serif; font-size: 10.5pt;"&gt;Could you please share with us the log files generated in the /tmp/vtune_profiler_target.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Jan 2022 07:40:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/vtune-remote-ssh-connection-fails/m-p/1348633#M21733</guid>
      <dc:creator>RahulU_Intel</dc:creator>
      <dc:date>2022-01-05T07:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: Re:vtune remote ssh connection fails</title>
      <link>https://community.intel.com/t5/Analyzers/vtune-remote-ssh-connection-fails/m-p/1351118#M21773</link>
      <description>&lt;P&gt;Thanks for the reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The above screenshot is after clicking "Deploy". I don't see any logs in /tmp/vtune_profiler_target:&lt;/P&gt;
&lt;LI-CODE lang="bash"&gt;(dasher-3.6.9) dyitzchaki@r740-poptest:~/dasher$ ls -l /tmp/vtune_profiler_target/
total 56
drwxrwxr-x  2 dyitzchaki dyitzchaki  4096 Nov 28 10:38 bin32
drwxrwxr-x  6 dyitzchaki dyitzchaki  4096 Nov 28 10:38 bin64
drwxrwxr-x 11 dyitzchaki dyitzchaki  4096 Nov 28 10:38 config
drwxrwxr-x  4 dyitzchaki dyitzchaki  4096 Nov 28 10:38 lib32
drwxrwxr-x  6 dyitzchaki dyitzchaki 12288 Nov 28 10:38 lib64
drwxrwxr-x  3 dyitzchaki dyitzchaki  4096 Nov 28 10:38 message
drwxrwxr-x  3 dyitzchaki dyitzchaki  4096 Nov 28 10:38 resource
drwxrwxr-x  5 dyitzchaki dyitzchaki  4096 Nov 28 10:38 sepdk
-rwxr-xr-x  1 dyitzchaki dyitzchaki  1937 Sep 28 20:05 sep_vars_busybox.sh
-rwxr-xr-x  1 dyitzchaki dyitzchaki  2291 Sep 28 20:05 sep_vars.sh
drwxrwxr-x  3 dyitzchaki dyitzchaki  4096 Nov 28 10:38 socwatch
drwxrwxr-x  3 dyitzchaki dyitzchaki  4096 Nov 28 10:38 vpp
(dasher-3.6.9) dyitzchaki@r740-poptest:~/dasher$ &lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 12:35:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/vtune-remote-ssh-connection-fails/m-p/1351118#M21773</guid>
      <dc:creator>dvirtz</dc:creator>
      <dc:date>2022-01-13T12:35:35Z</dc:date>
    </item>
    <item>
      <title>Re:vtune remote ssh connection fails</title>
      <link>https://community.intel.com/t5/Analyzers/vtune-remote-ssh-connection-fails/m-p/1354432#M21799</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Sorry for the delay. We looked into your case. Could you please check that your destination Ubuntu machine is up and running, and you are able to &lt;B&gt;ping&lt;/B&gt; to it. Also could you please try giving the IP of your Ubuntu machine in the &lt;B&gt;SSH Destination&lt;/B&gt; field of the &lt;B&gt;WHERE&lt;/B&gt; pane. Like instead of &lt;B&gt;dyitzchaki@dasher-2T4s &lt;/B&gt;you can try giving &lt;B&gt;dyitzchaki@ip_of_ubuntu_machine.&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Jan 2022 12:02:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/vtune-remote-ssh-connection-fails/m-p/1354432#M21799</guid>
      <dc:creator>RahulU_Intel</dc:creator>
      <dc:date>2022-01-25T12:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: vtune remote ssh connection fails</title>
      <link>https://community.intel.com/t5/Analyzers/vtune-remote-ssh-connection-fails/m-p/1354445#M21800</link>
      <description>&lt;P&gt;Hi Rahul.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm connecting to the machine via a proxy so I can't connect with the IP directly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Dvir&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 12:44:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/vtune-remote-ssh-connection-fails/m-p/1354445#M21800</guid>
      <dc:creator>dvirtz</dc:creator>
      <dc:date>2022-01-25T12:44:33Z</dc:date>
    </item>
    <item>
      <title>Re:vtune remote ssh connection fails</title>
      <link>https://community.intel.com/t5/Analyzers/vtune-remote-ssh-connection-fails/m-p/1356258#M21822</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please confirm that your configuration is done correctly as you are connecting with the proxy. To set up your remote target for profiling you can follow the below link:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/develop/documentation/vtune-cookbook/top/configuration-recipes/profiling-remote-target-through-proxy.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/develop/documentation/vtune-cookbook/top/configuration-recipes/profiling-remote-target-through-proxy.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Feb 2022 05:09:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/vtune-remote-ssh-connection-fails/m-p/1356258#M21822</guid>
      <dc:creator>RahulU_Intel</dc:creator>
      <dc:date>2022-02-01T05:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Re:vtune remote ssh connection fails</title>
      <link>https://community.intel.com/t5/Analyzers/vtune-remote-ssh-connection-fails/m-p/1356291#M21823</link>
      <description>&lt;P&gt;Using nc on ProxyCommand doesn't work for me.&lt;/P&gt;
&lt;P&gt;If I set&lt;/P&gt;
&lt;LI-CODE lang="none"&gt;  ProxyCommand ncat --proxy-type socks4 --proxy-auth &amp;lt;proxy_user&amp;gt; --proxy &amp;lt;proxy&amp;gt; %h %p
&lt;/LI-CODE&gt;
&lt;P&gt;I get&lt;/P&gt;
&lt;LI-CODE lang="none"&gt;Ncat: Proxy connection failed.&lt;/LI-CODE&gt;
&lt;P&gt;from ssh.&lt;/P&gt;
&lt;P&gt;With the following ProxyCommand&lt;/P&gt;
&lt;LI-CODE lang="none"&gt;  ProxyCommand ssh -W %h:%p &amp;lt;proxy&amp;gt;&lt;/LI-CODE&gt;
&lt;DIV&gt;
&lt;P&gt;I can connect successfully without a password.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 01 Feb 2022 08:24:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/vtune-remote-ssh-connection-fails/m-p/1356291#M21823</guid>
      <dc:creator>dvirtz</dc:creator>
      <dc:date>2022-02-01T08:24:14Z</dc:date>
    </item>
    <item>
      <title>Re:vtune remote ssh connection fails</title>
      <link>https://community.intel.com/t5/Analyzers/vtune-remote-ssh-connection-fails/m-p/1359061#M21835</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We are checking on this internally. We will get back to you soon with an update. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Feb 2022 05:10:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/vtune-remote-ssh-connection-fails/m-p/1359061#M21835</guid>
      <dc:creator>RahulU_Intel</dc:creator>
      <dc:date>2022-02-10T05:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: vtune remote ssh connection fails</title>
      <link>https://community.intel.com/t5/Analyzers/vtune-remote-ssh-connection-fails/m-p/1365792#M21953</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry to inform you that we were unable to reproduce the issue from our side. We tried to replicate your issue in different environments and it's working fine for us. We tried with MacOS(11.6.3) and AWS remote target .We were able to profile successfully using both the command line and through VTune GUI.&lt;/P&gt;
&lt;P&gt;Please work with your system administrator to check your system settings and proxy.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2022 10:42:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/vtune-remote-ssh-connection-fails/m-p/1365792#M21953</guid>
      <dc:creator>AthiraM_Intel</dc:creator>
      <dc:date>2022-03-04T10:42:32Z</dc:date>
    </item>
  </channel>
</rss>

