Need help to execute the shell remotely

Hi All,

I have a typical problem where I have HP unix and want to connect to Solaris 5.10 box and run a shell. I tried with multiple forums but it does not help.

As per my analysis, there is no ssh in my machine and so i cant connect to solaris box,secondly ftp to the solaris server is not working.rlogin doesnt help me to go through the respective folder.
However telnet host 22 from unix box gives the below result.

mdgh0002:/opt/scripts/eee/learning/aaa=> uname -a
HP-UX mdgh0002 B.11.11 U 9000/800 143424661 unlimited-user license
mdgh0002:/opt/scripts/eee/learning/aaa=>
mdgh0002:/opt/scripts/eee/learning/aaa=> telnet 192.1XX.2XX.2XX 22
Trying...
Connected to 192.1XX.2XX.2XX.
Escape character is '^]'.
SSH-2.0-Sun_SSH_1.1.1

Protocol mismatch.
Connection closed by foreign host.
mdgh0002:/opt/scripts/eee/learning/aaa=>
mdgh0002:/opt/scripts/eee/learning/aaa=> rlogin 192.1XX.2XX.2XX -l readonly
rcmd: connect: 192.1XX.2XX.2XX: Connection refused

Can anyone help me how to execute my shell in the remote machine ? is there any other way to do this ??

I have a remote windows machine where i can use putty to connect both unix and solaris box..and ftp is also not working rfom windows to solaris..

Of course if your solaris guys have ( like here...) removed telnet and refuse access by r-commands you have no other choice but to install ssh on you HP-UX...

ant:/home/vbe $ uname -r
B.11.11
ant:/home/vbe $ ssh -V
OpenSSH_4.4p1-hpn12v11, OpenSSL 0.9.7l 28 Sep 2006
HP-UX Secure Shell-A.04.40.006, HP-UX Secure Shell version

You could look for these:

ant:/sm/depot $ ll open*
-rwxrwxrwx   1 vbe        bin         796648 Dec  6  2004 openssh-3.9p1-sd-11.11.depot.gz
-rwxrwxrwx   1 vbe        bin        3153050 Dec  6  2004 openssl-0.9.7e-sd-11.11.depot.gz

then get the patches accordingly... or look for more recent... Go and see at HP if you can download them...