Operating System - HP-UX
1753943 Members
9288 Online
108811 Solutions
New Discussion юеВ

Re: SSH Between windows server - TO- HP-UX Server

 
Musa123
Advisor

SSH Between windows server - TO- HP-UX Server

Hi Friends,

I am new to hp unix, i have below request.
тАЬIs it possible to have тАШpublic key authenticationтАЩ (SSH1-RSA or SSH2-RSA) for a user on the HP-UX server?тАЭ

The source server (windows) is a windows server and destination server (HP-UX) is a unix server .
Its possible to provide the SSH?
Possible is HP-UX to windows or windows to HP-UX?

Version:HP-UX B.11.11
Please provide the necessary steps where i want to start first.

Could any one help in this matter.

Thanks in advance...!!!



3 REPLIES 3
P Arumugavel
Respected Contributor

Re: SSH Between windows server - TO- HP-UX Server

Hi,

Use putty.exe utilty to login to hp-ux using ssh protocol from windows system.


Rgds...
Torsten.
Acclaimed Contributor

Re: SSH Between windows server - TO- HP-UX Server

You need to install the ssh daemon on hp-ux (same for windows, if you really want to connect from unix to windows).

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Steven Schweda
Honored Contributor

Re: SSH Between windows server - TO- HP-UX Server

> The source server (windows) is a windows
> server

That's usually called the client.

> and destination server (HP-UX) is a unix
> server .

That's the server.

> Possible is HP-UX to windows or windows to
> HP-UX?

If you're running an SSH server on the
Windows system, then it should work either
way.

> Version:HP-UX B.11.11

ssh -V

> Please provide the necessary steps where i
> want to start first.

Same as everywhere else? You may need to
convert your key files to the OpenSSH format
which is used by the SSH software on HP-UX.
The number of old Forum threads on
configuring public-key authentication for SSH
is almost unlimited. A search for keywords
like:
ssh password
or:
ssh passwordless
should find many.