- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: scp with nopassword does not work
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
Discussions
Discussions
Discussions
Forums
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
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
тАО04-16-2003 06:52 AM
тАО04-16-2003 06:52 AM
scp with nopassword does not work
Everything's working fine, but when I lock (passwd -l user) user account on the receiver host, scp is asking for password. ==> why?
I find out, if I change user password instead locking, scp with nopassword's working again.
I need to lock that account and scp still should work. Is there any help?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-16-2003 07:18 AM
тАО04-16-2003 07:18 AM
Re: scp with nopassword does not work
You should be able to add an ssh specific entry inside of your /etc/pam.conf file that will not require password management for ssh.
something like:
login password optional /usr/lib/security/libpam_unix.1
Tyler Easterling
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-16-2003 07:50 AM
тАО04-16-2003 07:50 AM
Re: scp with nopassword does not work
ssh auth required /usr/lib/security/pam_unix.so.1
with:
ssh auth optional /usr/lib/security/pam_unix.so.1
You might also look at the man pages for pam_user.conf(4) for more granular configuration.
Tyler Easterling
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-16-2003 08:57 AM
тАО04-16-2003 08:57 AM
Re: scp with nopassword does not work
You may want to try exchanging public keys again. Just in case I'm attaching a document.
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
тАО04-17-2003 07:55 AM
тАО04-17-2003 07:55 AM
Re: scp with nopassword does not work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-03-2003 05:23 AM
тАО06-03-2003 05:23 AM
Re: scp with nopassword does not work
1. Execute ssh-keygen ???t rsa to generate your keys, accept the default file name and path (~/.ssh/id_rsa). Press enter twice to use an empty password, adding a password here would be defeating our purpose, for you would prompted for a password when connecting.
There is another option I'm exploring to fix the security concern. That is an option in SSH that you can have it execute a script which could be used to verify the source of the file, size, etc. to ensure it's not an attack.
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-03-2003 07:37 AM
тАО06-03-2003 07:37 AM
Re: scp with nopassword does not work
They need to be 644.
chmod 444 authorized_keys
Problems suddenly disa[[aer after this is done.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com