- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HP-UX ssh for version 11
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2005 03:14 AM
01-05-2005 03:14 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2005 03:53 AM
01-05-2005 03:53 AM
Re: HP-UX ssh for version 11
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2005 04:04 AM
01-05-2005 04:04 AM
Re: HP-UX ssh for version 11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2005 04:40 AM
01-05-2005 04:40 AM
Re: HP-UX ssh for version 11
I, as an administrator, wouldn't want rogue ssh programs out on my machine. That is a major security risk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2005 07:11 PM
01-09-2005 07:11 PM
Re: HP-UX ssh for version 11
From my point i use ssh on every machine, but it seems on on this machine. :-(
But thx for help.
Matthias
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2005 09:52 PM
01-10-2005 09:52 PM
Re: HP-UX ssh for version 11
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2005 11:07 PM
01-10-2005 11:07 PM
Re: HP-UX ssh for version 11
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2005 11:52 PM
01-10-2005 11:52 PM
Solutionif 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2005 12:16 AM
01-11-2005 12:16 AM
Re: HP-UX ssh for version 11
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