- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HPUX 11.00: HP Secure Shell
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
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
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
05-24-2004 04:25 AM
05-24-2004 04:25 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2004 04:28 AM
05-24-2004 04:28 AM
Solutionscp
sftp user@unixhost
# regular ftp commands except binary and ascii
from unix
scp
sftp user@pchost
See attached document on setting up password free scp/sftp/ssh between Unix hosts.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2004 05:40 AM
05-24-2004 05:40 AM
Re: HPUX 11.00: HP Secure Shell
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2004 07:27 AM
05-24-2004 07:27 AM
Re: HPUX 11.00: HP Secure Shell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2004 09:06 AM
05-24-2004 09:06 AM
Re: HPUX 11.00: HP Secure Shell
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2004 09:32 AM
05-24-2004 09:32 AM
Re: HPUX 11.00: HP Secure Shell
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2004 12:06 PM
05-24-2004 12:06 PM
Re: HPUX 11.00: HP Secure Shell
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.