VPLEX access via ssh

Tool requires access to operation system where VPLEX is running.
Note access to vplexcli is not needed.

There is probably change in default behavior between version VPLEX 5 and 6.

When you create user in VPLEX 5 then you gets direct access to operating system prompt.
VPLEX 6 startes vplexcli immediatelly after login via ssh.


Right access via ssh:
$ ssh stor2rrd@VPLEX01_host
  Last login: Fri Sep  8 06:54:20 2017 from 10.1.1.1
stor2rrd@VPLEX01:~> uname -a
  Linux VPLEX01 3.0.76-0.11-default #1 SMP Fri Jun 14 08:21:43 UTC 2013 (ccab990) x86_64 x86_64 x86_64 GNU/Linux

Wrong access:
$ ssh stor2rrd@VPLEX01_host
  Last login: Fri Sep  8 06:54:20 2017 from 10.1.1.1
  Trying ::1...
  Connected to localhost.
  Escape character is '^]'.

VPlexcli:/> version
  What                             Version         Info
  -------------------------------  --------------  -----------------------------------------------
  Product Version                  6.0.1.00.00.08  -
  SMSv2                            D50.0.0.115.0   -
  Mgmt Server Base                 D50.0.0.59      -
  Mgmt Server Software             D50.0.0.188     -
  Cluster Witness Server Software  D50.0.0.84      Built against GeoSynchrony version - D50.0.0.84
How to fix it?
There could be done some workaround as far as we know.
We got no details, perhaps removal of starting vplexcli from .profile or .bashrc ...