Operating System - HP-UX
1850117 Members
2573 Online
104050 Solutions
New Discussion

Re: HP-UX ssh for version 11

 
SOLVED
Go to solution
Matthias Fechner
New Member

HP-UX ssh for version 11

Hi,

i have here on HP-UX 11 machine on which i only have an useraccount and i need a ssh client to do cvs.
Is there on any place a statically linked ssh client which i can copy to my home dir and use it to sync my files with cvs over ssh?

Thx for answers
Matthias
8 REPLIES 8
Patrick Wallek
Honored Contributor

Re: HP-UX ssh for version 11

Not that I know of. The only thing I can think of is to install the full product and turn off the sshd daemon in the appropriate /etc/rc.config.d file so that it doesn't start automatically.

http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA
Matthias Fechner
New Member

Re: HP-UX ssh for version 11

but for this i need root privileges and i dont have it.
Patrick Wallek
Honored Contributor

Re: HP-UX ssh for version 11

Well then, talk to whomever has root access and explain what you need. Maybe they can get SSH installed for you.

I, as an administrator, wouldn't want rogue ssh programs out on my machine. That is a major security risk.
Matthias Fechner
New Member

Re: HP-UX ssh for version 11

ok, thx for help, but it seems impossible to get ssh installed.
From my point i use ssh on every machine, but it seems on on this machine. :-(

But thx for help.
Matthias
Armin Kunaschik
Esteemed Contributor

Re: HP-UX ssh for version 11

Warning: This is a hack!!!

Get the described archive and unpack it with tar into a tmp directory:
tar -xvf T1471AA-whatever-come-here.depot

use find to find ssh.
As far I know it's statically linked.

Now your problem is that the config file paths are static e.g. /opt/ssh/etc.

I don't give it a big chance to work but you
can try.


If you have enough space and a C-compiler, you
can build your own ssh.
You need zlib, openssl and openssh.
At configure time you need to add --prefix=$HOME/ssh
or wherever you want to put the ssh.
You don't need to install zlib and openssl
because it's statically linked by default.
try configure --help for information how
to change the build time path for libraries.

Hope this helps,
Armin
And now for something completely different...
Matthias Fechner
New Member

Re: HP-UX ssh for version 11

i tried this already, but i get the errormessage:
cannot execute binary file

Maybe i have chosen the wrong package to download.
I think the version of HP-UX i get with uname -a, but how can i see which processor architecture is running or this this not nessessary?
Michael_356
Frequent Advisor
Solution

Re: HP-UX ssh for version 11

Hi there,

if you have a compiler on your system, try this:
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

It is a client which also runs under windows.

regards

Michael
Matthias Fechner
New Member

Re: HP-UX ssh for version 11

Hi Micheal,

thx, for this hint, putty is running fine, the tools withour gtk have compiled fine.

Now i can use ssh (plink), thx a lot.

Bye
Matthias