- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Password SSH
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
10-10-2005 12:58 AM
10-10-2005 12:58 AM
Password SSH
chage -d 0 "username"
When I connect with "putty" I get the login prompt when my temp password is entered it just closes my session. I have edited the sshd_config file
#UsePrivilegeSeparation no
HELP...
Ralph.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2005 01:45 AM
10-10-2005 01:45 AM
Re: Password SSH
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=124602
http://rhn.redhat.com/errata/RHSA-2005-106.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2005 01:46 AM
10-10-2005 01:46 AM
Re: Password SSH
on the console
tail -f /var/log/messages
try a log on.
post the output that appends to the end of your log.
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
10-10-2005 01:50 AM
10-10-2005 01:50 AM
Re: Password SSH
[root@avm_gnvlx02 ssh]# tail -f /var/log/messages
Oct 9 04:02:25 avm_gnvlx02 syslogd 1.4.1: restart.
Oct 10 08:29:21 avm_gnvlx02 passwd(pam_unix)[14376]: password changed for ralph
Oct 10 08:31:23 avm_gnvlx02 sshd(pam_unix)[14399]: expired password for user ral ph (root enforced)
Oct 10 08:31:23 avm_gnvlx02 sshd(pam_unix)[14401]: session opened for user ralph by (uid=505)
Oct 10 08:31:24 avm_gnvlx02 sshd(pam_unix)[14401]: session closed for user ralph
Oct 10 08:32:38 avm_gnvlx02 sshd(pam_unix)[14403]: expired password for user ral ph (root enforced)
Oct 10 08:32:38 avm_gnvlx02 sshd(pam_unix)[14405]: session opened for user ralph by (uid=505)
Oct 10 08:32:38 avm_gnvlx02 sshd(pam_unix)[14405]: session closed for user ralph
Oct 10 08:34:17 avm_gnvlx02 sshd(pam_unix)[14407]: session opened for user root by (uid=0)
Oct 10 08:34:38 avm_gnvlx02 sshd(pam_unix)[14407]: session closed for user root
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2005 10:05 AM
10-10-2005 10:05 AM
Re: Password SSH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2005 07:01 PM
10-10-2005 07:01 PM
Re: Password SSH
From the log messages it is clear that SSHD is deniying logon connections with expired passwords.
Why do you want to achieve this? If you let us know the purpose then it may be possible to fine tune it or come up with a better suggestion.
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2005 07:22 PM
10-10-2005 07:22 PM
Re: Password SSH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2005 11:50 PM
10-10-2005 11:50 PM
Re: Password SSH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2005 12:23 AM
10-11-2005 12:23 AM
Re: Password SSH
Thanks everyone for the support.
Ralph.