Operating System - HP-UX
1827853 Members
1702 Online
109969 Solutions
New Discussion

how to install and setup SSH with SFTP on hpux 11.00

 
SOLVED
Go to solution
Ray Michael S. Rojo
Occasional Advisor

how to install and setup SSH with SFTP on hpux 11.00

Hi all,
I would like to seek for assistance regarding SSH and SFTP on hpux 11.00. I was able to install these softwares
openssh 5.2p1 openssh
openssl 0.9.8k openssl

Still we cannot connect thru SSH .. can you help me with this one?
10 REPLIES 10
George_Dodds
Honored Contributor

Re: how to install and setup SSH with SFTP on hpux 11.00

I take it you have grepped for sshd and can confirm it's running.

# ps -ef|grep sshd

Are there any errors in the syslog?

Ray Michael S. Rojo
Occasional Advisor

Re: how to install and setup SSH with SFTP on hpux 11.00

Hi. heres the output. no running sshd

# ps -ef|grep sshd
root 7476 7461 0 15:53:16 pts/ta 0:00 grep sshd

Is there other way to configure or have the exact sortware to be install on hpux 11.00?
Matti_Kurkela
Honored Contributor

Re: how to install and setup SSH with SFTP on hpux 11.00

It's difficult to help you without knowing more details.

Did you get these packages from the HP-UX Porting and Archive Centre? If so, did you install *all* the packages listed as run-time dependencies? ( db expat gdbm gettext libiconv openssl perl tcp_wrappers zlib )

If you are not sure, please run "ldd /usr/local/sbin/sshd". If ldd indicates it cannot find some libraries, something is still missing.

Is the sshd process running?
If it isn't, can you start it?
If you can't, what happens when you try?
If you get an error message, what is it exactly?

Is there any ssh-related messages in the syslog?
MK
Ray Michael S. Rojo
Occasional Advisor

Re: how to install and setup SSH with SFTP on hpux 11.00

what happened is that we re-installed the OS version hpux 11.00 from scratch for the server got crashed last two weeks ago. so we have to start all over again in the OS side.

Our aim right now is to have and SSH/SFTP be installed and enable for us to use it. so we just like to ask for help from you guys so that we can start from scratch to configure/install the ssh/sftp. thanks in advance..
Suraj K Sankari
Honored Contributor

Re: how to install and setup SSH with SFTP on hpux 11.00

Hi,

If ssh is there then sftp will be there and you can use both.
and if ssh is not installed the find the application from below link install it .

http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/openssh-5.2p1/

Suraj
Ray Michael S. Rojo
Occasional Advisor

Re: how to install and setup SSH with SFTP on hpux 11.00

Hi Sankari,
I checked the site that you gave. I cannot find there for hpux version 11.00 of OpenSSH.
Those that are there are for OS version 11.11 and later.
Ray Michael S. Rojo
Occasional Advisor

Re: how to install and setup SSH with SFTP on hpux 11.00

hi Guys.,
Can you help me to install SSH/Sftp from scratch all over again? I can hardly find ways and means to download and install and as well to enable SSH for the old version of hpux 11.00.

Hope you can help me out with this.. :-)
George_Dodds
Honored Contributor

Re: how to install and setup SSH with SFTP on hpux 11.00

You can find openssh for 11.00 here

http://mirrors.develooper.com/hpux/downloads.html
Ray Michael S. Rojo
Occasional Advisor

Re: how to install and setup SSH with SFTP on hpux 11.00

hi george,

already done downloading the ssh from the web you gave but still ssh doesnt work. any commands to enable and check ssh?
George_Dodds
Honored Contributor
Solution

Re: how to install and setup SSH with SFTP on hpux 11.00