Operating System - HP-UX
1753809 Members
7888 Online
108805 Solutions
New Discussion юеВ

Install PuTTy on HP-UX 11i

 
Scott Terril
Advisor

Install PuTTy on HP-UX 11i

Can anyone get me started on how to install and configure PuTTy on HP-UX 11i. I downloaded putty-0.58.tar.gz from the PuTTy Home site. Is this correct ? The README file says to issue ./ configure then make -f Makefile.gtk . Any help would be appreciated. I do award points ..Thanks
11 REPLIES 11
Devender Khatana
Honored Contributor

Re: Install PuTTy on HP-UX 11i

Hi,

What are you going to use it for? As there is a similar software which is installed on PC's for accessing terminal sessions to unix hosts.

From where was it downloaded?

Rgds,
Devender
Impossible itself mentions "I m possible"
Rick Garland
Honored Contributor

Re: Install PuTTy on HP-UX 11i

Why install putty on HPUX when you already have a telnet service available by default?

Also, if you are interested in the SSH utilities, go to the http://h20293.www2.hp.com/portal/swdepot/searchProducts.do
and download SSH for free
Geoff Wild
Honored Contributor

Re: Install PuTTy on HP-UX 11i

Yes - gunzip, then untar....then follow the readme...

cd unix

make -f Makefile.gtk

You need Gtk+-1.2 installed first...

I've never done this myself though...

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Steven E. Protter
Exalted Contributor

Re: Install PuTTy on HP-UX 11i

Shalom James.

After installing the pre-requisites which are in the README or one of the other files, your compile process seems correct.

Note that often to compile software on HP-UX you need to make minor changes to the code.

I am wondering though why Putty needs to be installed.

Secure Shell comes with a perfect good command line ssh/scp/sftp tool, tested by HP and installable from a depot.

Does the site say it was ever compiled and tested on HP-UX?

Now I'm kind of interested and my want to try it just for grins.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Scott Terril
Advisor

Re: Install PuTTy on HP-UX 11i

I am needing to be able to use SSH to access our routers, switches, etc. from our HP-UX server using NNM. We currently have a PuTTy client loaded on our workstations, but would like to be able have this available through NNM. Is there a better product for use on HP-UX for SSH ?
Rick Garland
Honored Contributor

Re: Install PuTTy on HP-UX 11i

The Secure Shell depot package from HP will allow the same functionality. It is a binary depot file built just for HPUX. Use swinstall to install the package. No reboot required.

You can use the putty or you can use SSH depot from HP. Both will accomplish the same task you have mentioned.
Scott Terril
Advisor

Re: Install PuTTy on HP-UX 11i

Rick,

can that be set up on the NNM toolbar under Tools/terminal connect ? I have telnet there now . NNM 7.01
Rick Garland
Honored Contributor

Re: Install PuTTy on HP-UX 11i

Yes - you can make modifications to the tools available in NNM.

Unfortunately I do not have an NNM system in which I can replicate the steps.
Geoff Wild
Honored Contributor

Re: Install PuTTy on HP-UX 11i

Well - I tried to compile (I have HP C/ANSI C Developer's Bundle for HP-UX on one of my boxes):

# make -f Makefile.gtk
No suffix list.
cc -O2 -Wall -Werror -g -I.././ -I../charset/ -I../windows/ -I../unix/ -I../mac/ -I../macosx/ `gtk-config --cflags` -c ../ssh.c
cc: Unknown option "422-Werror" ignored.
cc -O2 -Wall -Werror -g -I.././ -I../charset/ -I../windows/ -I../unix/ -I../mac/ -I../macosx/ `gtk-config --cflags` -c ../sshaes.c
cc: Unknown option "422-Werror" ignored.
cc -O2 -Wall -Werror -g -I.././ -I../charset/ -I../windows/ -I../unix/ -I../mac/ -I../macosx/ `gtk-config --cflags` -c ../sshblowf.c
cc: Unknown option "422-Werror" ignored.
cc -O2 -Wall -Werror -g -I.././ -I../charset/ -I../windows/ -I../unix/ -I../mac/ -I../macosx/ `gtk-config --cflags` -c ../sshbn.c
cc: Unknown option "422-Werror" ignored.
cc -O2 -Wall -Werror -g -I.././ -I../charset/ -I../windows/ -I../unix/ -I../mac/ -I../macosx/ `gtk-config --cflags` -c ../sshcrc.c
cc: Unknown option "422-Werror" ignored.
cc -O2 -Wall -Werror -g -I.././ -I../charset/ -I../windows/ -I../unix/ -I../mac/ -I../macosx/ `gtk-config --cflags` -c ../sshcrcda.c
cc: Unknown option "422-Werror" ignored.
cc -O2 -Wall -Werror -g -I.././ -I../charset/ -I../windows/ -I../unix/ -I../mac/ -I../macosx/ `gtk-config --cflags` -c ../sshdes.c
cc: Unknown option "422-Werror" ignored.
cc -O2 -Wall -Werror -g -I.././ -I../charset/ -I../windows/ -I../unix/ -I../mac/ -I../macosx/ `gtk-config --cflags` -c ../sshdh.c
cc: Unknown option "422-Werror" ignored.
cc -O2 -Wall -Werror -g -I.././ -I../charset/ -I../windows/ -I../unix/ -I../mac/ -I../macosx/ `gtk-config --cflags` -c ../sshdss.c
cc: Unknown option "422-Werror" ignored.
cc -O2 -Wall -Werror -g -I.././ -I../charset/ -I../windows/ -I../unix/ -I../mac/ -I../macosx/ `gtk-config --cflags` -c ../sshmd5.c
cc: Unknown option "422-Werror" ignored.
cc -O2 -Wall -Werror -g -I.././ -I../charset/ -I../windows/ -I../unix/ -I../mac/ -I../macosx/ `gtk-config --cflags` -c ../sshpubk.c
cc: Unknown option "422-Werror" ignored.
cc -O2 -Wall -Werror -g -I.././ -I../charset/ -I../windows/ -I../unix/ -I../mac/ -I../macosx/ `gtk-config --cflags` -c ../sshrand.c
cc: Unknown option "422-Werror" ignored.
cc -O2 -Wall -Werror -g -I.././ -I../charset/ -I../windows/ -I../unix/ -I../mac/ -I../macosx/ `gtk-config --cflags` -c ../sshrsa.c
cc: Unknown option "422-Werror" ignored.
cc -O2 -Wall -Werror -g -I.././ -I../charset/ -I../windows/ -I../unix/ -I../mac/ -I../macosx/ `gtk-config --cflags` -c ../sshsh512.c
cc: Unknown option "422-Werror" ignored.
cc -O2 -Wall -Werror -g -I.././ -I../charset/ -I../windows/ -I../unix/ -I../mac/ -I../macosx/ `gtk-config --cflags` -c ../sshsha.c
cc: Unknown option "422-Werror" ignored.
cc -O2 -Wall -Werror -g -I.././ -I../charset/ -I../windows/ -I../unix/ -I../mac/ -I../macosx/ `gtk-config --cflags` -c ../sshzlib.c
cc: Unknown option "422-Werror" ignored.
cc -O2 -Wall -Werror -g -I.././ -I../charset/ -I../windows/ -I../unix/ -I../mac/ -I../macosx/ `gtk-config --cflags` -c ../telnet.c
cc: Unknown option "422-Werror" ignored.
cc -O2 -Wall -Werror -g -I.././ -I../charset/ -I../windows/ -I../unix/ -I../mac/ -I../macosx/ `gtk-config --cflags` -c ../time.c
cc: Unknown option "422-Werror" ignored.
cc -O2 -Wall -Werror -g -I.././ -I../charset/ -I../windows/ -I../unix/ -I../mac/ -I../macosx/ `gtk-config --cflags` -c ../timing.c
cc: Unknown option "422-Werror" ignored.
cc: "../timing.c", line 54: error 1721: Operands for < must be of arithmetic type or pointers to compatible types.
cc: "../timing.c", line 54: error 1563: Expression in if must be scalar.
cc: "../timing.c", line 56: error 1721: Operands for > must be of arithmetic type or pointers to compatible types.
cc: "../timing.c", line 56: error 1563: Expression in if must be scalar.
*** Error exit code 1

Stop.


Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.