- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- scp & password
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
08-19-2010 07:23 PM
08-19-2010 07:23 PM
scp & password
scp apollo:/u06/rman_backup/* .
------------------------------------------------------------------------------------------------------------
P.S. This thread has been moved from Hp-UX> system administration to languages and scripting - Forum Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2010 08:29 PM
08-19-2010 08:29 PM
Re: scp & password
ssh -V
man scp
Most ssh/scp/sftp clients were designed with
some basic security in mind, so they tend to
accept passwords interactively, but don't
make it particularly easy to use a password
which is stored in a script.
Why shun the usual public-key authorization
scheme for ssh/sftp/scp?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2010 08:52 PM
08-19-2010 08:52 PM
Re: scp & password
in this case i would recomend you to use password less auth for this.
how to do this ( example ) :
http://www.linuxjournal.com/article/8600
mikap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2010 03:11 AM
08-20-2010 03:11 AM
Re: scp & password
See link, https://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1125086
This will explain how to setup ssh for paswordless connectivity.
Regards,
Berd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2010 03:32 AM
08-20-2010 03:32 AM
Re: scp & password
> See link, [...]
Or do a Forum (or Web) search for keywords
like, say:
password ssh
or:
passwordless ssh
to find some of the dozens (or hundreds) of
other previous discussions of these kinds of
arrangements. (Some of which even include
output from "uname -a" and/or "ssh -V", so
that the reader might get some clue as to the
systems and software being used.)