Hi,
Thanks for the reply.
I installed Powershell server and it is running:
PS C:\Software\Java\Projects\NetBeans\Overlord\dist> ps
Handles NPM(K) PM(K) WS(K) VM(M) CPU(s) Id ProcessName
------- ------ ----- ----- ----- ------ -- -----------
150 14 3376 8960 88 0.03 8472 apcsystray
183 20 3116 11288 104 2804 AppleMobileDeviceService
110 8 1220 5560 53 2728 armsvc
121 11 7224 7652 53 1660 atkexComSvc
180 11 9944 11648 4096 0.41 1996 audiodg
42 4 1672 3076 4096 0.02 6188 cmd
.......<SNIP>.......
442 58 35300 55460 591 3544 PowerShellServer
.......<SNIP>.......
--------------
Here's what I get:
Windows PowerShell
Copyright (C) 2015 Microsoft Corporation. All rights reserved.
PS C:\Software\Java\Projects\NetBeans\Overlord\dist> ssh HOME
****USAGE WARNING****
This is a private computer system. This computer system, including all
related equipment, networks, and network devices (specifically including
Internet access) are provided only for authorized use. This computer system
may be monitored for all lawful purposes, including to ensure that its use
is authorized, for management of the system, to facilitate protection against
unauthorized access, and to verify security procedures, survivability, and
operational security. Monitoring includes active attacks by authorized entities
to test or verify the security of this system. During monitoring, information
may be examined, recorded, copied and used for authorized purposes. All
information, including personal information, placed or sent over this system
may be monitored.
Use of this computer system, authorized or unauthorized, constitutes consent
to monitoring of this system. Unauthorized use may subject you to criminal
prosecution. Evidence of unauthorized use collected during monitoring may be
used for administrative, criminal, or other adverse action. Use of this system
constitutes consent to monitoring for these purposes.
matt@home's password:
Connection to home closed by remote host.
Connection to home closed.
PS C:\Software\Java\Projects\NetBeans\Overlord\dist>
-------------
BTW, here's my C:\Windows\System32\drivers\etc\hosts file:
# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost
192.168.1.2 HOME
192.168.1.3 MORROWS
0.0.0.1 mssplus.mcafee.com
--------------
Here's my hosts file listed:
PS C:\> Get-ChildItem -File C:\Windows\System32\drivers\etc\hosts
Directory: C:\Windows\System32\drivers\etc
Mode LastWriteTime Length Name
---- ------------- ------ ----
-a---- 3/12/2016 8:22 AM 889 hosts
(Also, see photo in next reply)
---------------------
Any ideas?