Operating System - HP-UX
1835181 Members
1812 Online
110077 Solutions
New Discussion

HPUX 11.00: HP Secure Shell

 
SOLVED
Go to solution
LG Porter
Frequent Advisor

HPUX 11.00: HP Secure Shell

I have several HP servers running HPUX 11.00 that I will be installing HP Secure Shell within the near fuure. Questions: A) I would like to know what client software is required to use functions like "sftp" and "ssh" from a PC to a HP server with HP Secure Shell installed? B) What is the correct syntax for using "sftp" and "scp" from a pc to HP unix server and between HP servers?
6 REPLIES 6
Steven E. Protter
Exalted Contributor
Solution

Re: HPUX 11.00: HP Secure Shell

from the pc

scp user@unixhost:/target_directory

sftp user@unixhost
# regular ftp commands except binary and ascii

from unix

scp user@pchost:/target_directory

sftp user@pchost


See attached document on setting up password free scp/sftp/ssh between Unix hosts.

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
Charlie Rubeor
Frequent Advisor

Re: HPUX 11.00: HP Secure Shell

There are several clients around. Personally, I like Putty, which is available at:

http://www.chiark.greenend.org.uk/~sgtatham/putty/

Putty comes with a nice qui, so your users will not have to use the command lines. However, if you need to use the commands, they are very similar to ftp and telnet.
LG Porter
Frequent Advisor

Re: HPUX 11.00: HP Secure Shell

If I understand your comments, there is no client software required on the pc to use the secure copy (scp) command and the secure file transfer protocol (sftp) from the pc to the HP unix severs? Right?
Charlie Rubeor
Frequent Advisor

Re: HPUX 11.00: HP Secure Shell

I don't believe that the secure shell programs come standard with any windows version. They are standard on linux, however.

The commands should be available after you install whichever ssh client you choose. Just make sure that you include the scp and sftp programs.

Remember to adjust your windows path or include the full directory in the commands. Without testing, the command would look something like this, if you used Putty and installed it in the Program files:

c:\Progra~1\putty\scp user@host1:file1 user@host2:file2

hth
Sridhar Bhaskarla
Honored Contributor

Re: HPUX 11.00: HP Secure Shell

Hi,

You need a client software to connect to the HP server via SSH. The free version available and that is widely in use is "Putty". You can download it from here.

http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

Steven already gave you the syntax.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Joseph Loo
Honored Contributor

Re: HPUX 11.00: HP Secure Shell

hi,

A) Yes, client software is require which may be either freeware, PUTTY or evaluation software, ssh secure shell for workstation from ssh communications security:

http://www.ssh.com/support/downloads/secureshellwks/non-commercial.html

B) for ssh secure shell for workstation from ssh communications security:

at the workstation, the syntax for scp -> scp2 -h

at the workstation, the syntax for sftp -> sftp2 -h

regards.
what you do not see does not mean you should not believe