<?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: enable ssh from vSphere Client cli in VMware PowerCLI Discussions</title>
    <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/enable-ssh-from-vSphere-Client-cli/m-p/2710380#M93927</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using vmware vsphere cli version 5.5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To check the status of service&lt;/P&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;esxcli.exe -s esxihost -u root -p password network firewall ruleset list -r&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To change enabled state t =true and f= false in the last.&lt;/P&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;esxcli.exe -s esxihost -u root -p password network firewall ruleset set -r sshServer -e t&lt;/P&gt;

&lt;/BLOCKQUOTE&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jun 2014 10:56:05 GMT</pubDate>
    <dc:creator>kunaludapi</dc:creator>
    <dc:date>2014-06-17T10:56:05Z</dc:date>
    <item>
      <title>enable ssh from vSphere Client cli</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/enable-ssh-from-vSphere-Client-cli/m-p/2710378#M93925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any way to enable ssh (Start and stop with host) from command line remotely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie: snmp - can use vicfg-snmp.pl, how about ssh service ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GUI way:&lt;/P&gt;&lt;P&gt;vSphere Client &amp;gt; Security Profile &amp;gt; Services section &amp;gt; SSH &amp;gt; Start and stop with host&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 09:28:49 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/enable-ssh-from-vSphere-Client-cli/m-p/2710378#M93925</guid>
      <dc:creator>sunnychau</dc:creator>
      <dc:date>2014-06-17T09:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: enable ssh from vSphere Client cli</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/enable-ssh-from-vSphere-Client-cli/m-p/2710379#M93926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this&lt;/P&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;Get-VMHost -Name $esxName | Get-VMHostService |&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; where {$_.Key -eq "TSM-SSH"} |&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Start-VMHostService -Confirm:$false&lt;/P&gt;

&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a permanent solution have a look at Alan's post called &lt;A class="jive-link-external-small" href="http://www.virtu-al.net/2010/03/01/powercli-technical-support-mode/"&gt;PowerCLI: Technical Support Mode&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 09:57:34 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/enable-ssh-from-vSphere-Client-cli/m-p/2710379#M93926</guid>
      <dc:creator>LucD</dc:creator>
      <dc:date>2014-06-17T09:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: enable ssh from vSphere Client cli</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/enable-ssh-from-vSphere-Client-cli/m-p/2710380#M93927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using vmware vsphere cli version 5.5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To check the status of service&lt;/P&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;esxcli.exe -s esxihost -u root -p password network firewall ruleset list -r&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To change enabled state t =true and f= false in the last.&lt;/P&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;esxcli.exe -s esxihost -u root -p password network firewall ruleset set -r sshServer -e t&lt;/P&gt;

&lt;/BLOCKQUOTE&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 10:56:05 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/enable-ssh-from-vSphere-Client-cli/m-p/2710380#M93927</guid>
      <dc:creator>kunaludapi</dc:creator>
      <dc:date>2014-06-17T10:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: enable ssh from vSphere Client cli</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/enable-ssh-from-vSphere-Client-cli/m-p/2710381#M93928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Afaik that only opens the firewall for SSH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 10:58:35 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/enable-ssh-from-vSphere-Client-cli/m-p/2710381#M93928</guid>
      <dc:creator>LucD</dc:creator>
      <dc:date>2014-06-17T10:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: enable ssh from vSphere Client cli</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/enable-ssh-from-vSphere-Client-cli/m-p/2710382#M93929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a great article written by Williams for starting and stopping the ssh services remotely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow below link for more details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://communities.vmware.com/docs/DOC-11656"&gt;hostServiceManagement.pl&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2019 06:45:00 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/enable-ssh-from-vSphere-Client-cli/m-p/2710382#M93929</guid>
      <dc:creator>bhards4</dc:creator>
      <dc:date>2019-02-26T06:45:00Z</dc:date>
    </item>
  </channel>
</rss>

