Operating System - HP-UX
1843979 Members
1785 Online
110226 Solutions
New Discussion

connecting hp unix server to linux server

 
madhuchakkaravarthy
Trusted Contributor

connecting hp unix server to linux server

hi

i need to do sftp configuration between hp unix and linux server.

how can i do it,

can i have some docs for that.

regards

MC
2 REPLIES 2
Rita C Workman
Honored Contributor

Re: connecting hp unix server to linux server

Linux uses SSH, so you could use the sftp protocol or the scp (my preference) protocol.

You need to ensure that SSH in loaded and running on boxes.
You don't mention if you want passwordless connectivity, so I'll ignore anything about that.

Try simply doing:

scp server:

If SSH is running it should prompt you for a password and then copy the file.

Regards,
Rita
Jim Walls
Trusted Contributor

Re: connecting hp unix server to linux server

This would be about the best place to start looking...

http://oreilly.com/catalog/9780596008956/