- Community Home
- >
- Operating Systems
- >
- HP-UX
- >
- Security
- >
- How to avoid password expiration for ssh?
- Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
How to avoid password expiration for ssh?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-16-2004 11:52 PM
I'm using ssh with private/public exchange in automated script for transferring oracle archive logs between two machines. Unfortunately, our security guy urges us to turn password expiration on.
I always reckoned that using key pair exchange is smart way to avoid constant password change and it's especially useful for service accounts. However, I found this message in ssh log:
Disconnecting: Password change required but no TTY available
so, is it possible somehow to avoid password expiration for ssh?
Re: How to avoid password expiration for ssh?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-17-2004 12:04 AM
Users
modify
Disable password aging.
Of course this will require you to manually change it without remeinders to maintain security.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Re: How to avoid password expiration for ssh?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-17-2004 12:18 AM
1) password expiration should be turn on for this account.
i.e. password expiration should works in standart way for telnet and ftp but ssh and sftp could avoid it.
2) i don't want to make any regular manual password changes at all.
Re: How to avoid password expiration for ssh?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-17-2004 12:31 AM
So there is no other go you can handle this, but you always have an option to change using SAM of modprpw command with your unix administrator.
Thanks
Vijay
Re: How to avoid password expiration for ssh?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-17-2004 12:45 AM
Re: How to avoid password expiration for ssh?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-27-2004 10:44 AM
Re: How to avoid password expiration for ssh?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-01-2004 02:35 AM
Our hp servers do check the password status if password ( rather than passphrase/key ) authentication is performed.
Running openssh3.8p1 ( built locally )
Re: How to avoid password expiration for ssh?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-01-2004 02:59 AM
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Re: How to avoid password expiration for ssh?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-01-2004 07:21 PM
The debugging continues.....
Re: How to avoid password expiration for ssh?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-01-2004 07:28 PM
I fear you might have compiled your openssh without PAM support (means without --with-pam option).
3.8p1 is superceded by 3.8.1p1 now. I suggest you recompile the new version with PAM support and it should obey your password rules.
-Sri
