JAVA modifies AIX user password via SSH __java

Source: Internet
Author: User

Command: passwd

Using the Ganymed-ssh2-build210.jar package encapsulated ssh, you are actually performing the SSH username @ip command

In the Linux system, the passwd command can be executed normally;

In Aix systems, there are prompts 3004-709 error changing password.

root@192.168.37.232 ' s password: 
changing password for "root"
3004-709 the Error changing for "root".

So, for root users, use chpasswd;

[Root@computernode2 ~]# ssh root@192.168.37.232 chpasswd
root@192.168.37.232 ' s password: 
root:123qwe!@#

Note: End with "Ctrl+d";

Use Pwdadm for users with administrative privileges;




Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.